Skip to content

Commit d0b3e10

Browse files
committed
fixed main.js variable in compile_reports.py
1 parent 540bd21 commit d0b3e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flowcraft/templates/compile_reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def main(reports, forks, dag, main_js):
8585
html_fh.write(html_template.format(
8686
json.dumps({"data": {"results": storage}}, separators=(",", ":"))))
8787

88-
with zipfile.ZipFile(MAIN_JS) as zf:
88+
with zipfile.ZipFile(main_js) as zf:
8989
os.mkdir("src")
9090
zf.extractall("./src")
9191

0 commit comments

Comments
 (0)