Skip to content

Commit

Permalink
Quick black formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
definite-d committed Aug 26, 2023
1 parent 7c6b459 commit c54378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def zip_output_into_archive(remove_output_dir_after=True):
end="",
)
archive.write(item, item.relative_to(NUITKA_OUTPUT_PATH))
print('\n', end='')
print("\n", end="")
write_hashes(ZIPFILE_PATH)
print("Done with archiving.")
else:
Expand Down

0 comments on commit c54378c

Please sign in to comment.