Skip to content

Commit 795fd77

Browse files
authored
Remove tar permisison override (#1103)
Signed-off-by: Tim Bauer <tim.bauer@wolt.com>
1 parent 58be244 commit 795fd77

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

flytekit/tools/script_mode.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ def tar_strip_file_attributes(tar_info: tarfile.TarInfo) -> tarfile.TarInfo:
8383
# note that when extracting this tarfile, this time will be shown as the modified date
8484
tar_info.mtime = 0
8585

86-
# file permissions, probably don't want to remove this, but for some use cases you could
87-
tar_info.mode = 0
88-
8986
# user/group info
9087
tar_info.uid = 0
9188
tar_info.uname = ""

0 commit comments

Comments
 (0)