Skip to content

Commit 77dec99

Browse files
Update cylc/uiserver/handlers.py
Co-authored-by: Tim Pillinger <[email protected]>
1 parent 32373f0 commit 77dec99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/uiserver/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646

4747
ME = getpass.getuser()
48-
RE_SLASH = x = re.compile(r'\/+')
48+
RE_SLASH = re.compile(r'\/+')
4949

5050

5151
def authorised(fun: Callable) -> Callable:

0 commit comments

Comments
 (0)