We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540bd21 commit d0b3e10Copy full SHA for d0b3e10
flowcraft/templates/compile_reports.py
@@ -85,7 +85,7 @@ def main(reports, forks, dag, main_js):
85
html_fh.write(html_template.format(
86
json.dumps({"data": {"results": storage}}, separators=(",", ":"))))
87
88
- with zipfile.ZipFile(MAIN_JS) as zf:
+ with zipfile.ZipFile(main_js) as zf:
89
os.mkdir("src")
90
zf.extractall("./src")
91
0 commit comments