diff options
| author | lens <lens@neural.garden> | 2020-12-26 20:59:17 +0000 |
|---|---|---|
| committer | lens <lens@neural.garden> | 2020-12-26 20:59:17 +0000 |
| commit | 7c15f34186622410e25ee85c01d832e48e012140 (patch) | |
| tree | e0a8dbd5e7b6a3936e7b9a666c2622ecc7ff1a65 /cli/commands/site/export.py | |
| parent | 94234db6a771f687788d3decc6dd1ba01731f7af (diff) | |
| parent | 85bfb949fea4e69dabc5b7544ce70d26d3d11393 (diff) | |
Merge branch 'master' of asdf.us:swimmer
Diffstat (limited to 'cli/commands/site/export.py')
| -rw-r--r-- | cli/commands/site/export.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
