We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccaf48 commit 2d09dc6Copy full SHA for 2d09dc6
1 file changed
appyter/profiles/default/filters/url_for.py
@@ -27,6 +27,9 @@ def url_for(directory, public=False, **kwargs):
27
raise
28
except:
29
url = join_url(config['PREFIX'], url)
30
+ else:
31
+ url = join_url(config['PREFIX'], url)
32
+
33
#
34
if config['MODE'] == 'magic':
35
# jupyter notebook magic mode
0 commit comments