Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 152e989

Browse files
committed
os.remove() isn't needed
1 parent 274367a commit 152e989

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/markExecutableFiles.py

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@
2929
output_archive.close()
3030

3131
os.replace(output_archive_path, input_archive_path)
32-
os.remove(output_archive_path)

0 commit comments

Comments
 (0)