Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 3, 2024
1 parent 93c6815 commit bca4504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cylc/uiserver/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bca4504

Please sign in to comment.