diff --git a/cylc/uiserver/handlers.py b/cylc/uiserver/handlers.py index 42c3b365..cf07b246 100644 --- a/cylc/uiserver/handlers.py +++ b/cylc/uiserver/handlers.py @@ -193,7 +193,8 @@ def get(self, path): # authenticate the static handler # this provides us with login redirection and token caching # accessing xsrf_token ensures xsrf cookie is set if it needs to be, - # e.g. setting it during request for /index.html to be available for next request to /userprofile + # e.g. setting it during request for /index.html + # to be available for next request to /userprofile self.xsrf_token # noqa return web.StaticFileHandler.get(self, path)