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 add1c0e commit 261b980Copy full SHA for 261b980
1 file changed
flytekit/tools/script_mode.py
@@ -83,9 +83,6 @@ def tar_strip_file_attributes(tar_info: tarfile.TarInfo) -> tarfile.TarInfo:
83
# note that when extracting this tarfile, this time will be shown as the modified date
84
tar_info.mtime = 0
85
86
- # file permissions, probably don't want to remove this, but for some use cases you could
87
- tar_info.mode = 0
88
-
89
# user/group info
90
tar_info.uid = 0
91
tar_info.uname = ""
0 commit comments