Skip to content

Commit 399a462

Browse files
committed
remove defunct comment
1 parent 085bc24 commit 399a462

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/private/zipapp/zip_main_template.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ def extract_zip(zip_path, dest_dir):
194194
# Of those, we set the lower 12 bits, which are the
195195
# file mode bits (since the file type bits can't be set by chmod anyway).
196196
elif attrs != 0: # Rumor has it these can be 0 for zips created on Windows.
197-
# Add the write bit to ensure the files can be deleted during cleanup and
198-
# overwritten by subsequent invocations.
199197
os.chmod(file_path, attrs & 0o7777)
200198

201199

0 commit comments

Comments
 (0)