@@ -15,4 +15,8 @@ if not zipfile.is_zipfile(sys.argv[1]):
f = zipfile.ZipFile(sys.argv[1], "r")
for file in f.namelist():
print file
if f.getinfo(file).external_attr == 2716663808:
print file + " --> symlink"
else:
print file
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.