From 85bfb949fea4e69dabc5b7544ce70d26d3d11393 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 26 Dec 2020 21:56:56 +0100 Subject: add support for unsafe inline scripts --- cli/commands/site/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/commands/site/export.py') diff --git a/cli/commands/site/export.py b/cli/commands/site/export.py index 5f4636a..0ba6a62 100644 --- a/cli/commands/site/export.py +++ b/cli/commands/site/export.py @@ -30,7 +30,7 @@ def cli(ctx, opt_graph_path, opt_output_dir): return # build everything here - graph_dir = join(opt_output_dir, graph.path) + graph_dir = os.path.abspath(join(opt_output_dir, graph.path)) # load site index index_html = load_text(join(app_cfg.DIR_STATIC, 'site.html'), split=False) -- cgit v1.2.3-70-g09d2