Skip to content

Commit 9a59042

Browse files
committed
allow lower python versions to run
1 parent 05cc3e3 commit 9a59042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_integrity_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
with open(output_file_path, 'w') as f:
3333
json.dump(integrity_data, f, indent=4, sort_keys=True)
3434

35-
print(f"Integrity tree was generated and saved to {root_dir.strip('\\').strip('/')}/{output_filename}")
35+
print(f"Integrity tree was generated and saved to {root_dir.strip('/')}/{output_filename}")
3636

3737

3838

0 commit comments

Comments
 (0)