Skip to content

Commit

Permalink
Fix the flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaSliusar committed Aug 6, 2024
1 parent 086bb7a commit 5913030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab_server/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_page_config(self) -> dict[str, Any]:
server_root = server_root.replace(os.sep, "/")
base_url = self.settings.get("base_url")
server_app = self.settings.get("serverapp")
allow_setup_custom_env_variables = server_app.allow_custom_env_variables
allow_setup_custom_env_variables = server_app.allow_setup_custom_env_variables

# Remove the trailing slash for compatibility with html-webpack-plugin.
full_static_url = self.static_url_prefix.rstrip("/")
Expand Down

0 comments on commit 5913030

Please sign in to comment.