Skip to content

Commit

Permalink
fix-app-method (#3047)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
  • Loading branch information
MarcSkovMadsen and Marc Skov Madsen authored Jan 4, 2022
1 parent eeef90f commit 16c4aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/io/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _session_prefix(self):
# Handle autoload.js absolute paths
abs_url = self.get_argument('bokeh-absolute-url', default=None)
if abs_url is not None:
app_path = self.get_argument('bokeh-app-path', default=None)
app_path = self.get_argument('bokeh-app-path', default='')
rel_path = abs_url.replace(app_path, '')

with edit_readonly(state):
Expand Down

0 comments on commit 16c4aeb

Please sign in to comment.