Browse Source

remove printing if symlink data

test_fixup
Vadim Lebedev 2 years ago
parent
commit
88051247e9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libarchive/__init__.py

+ 0
- 2
libarchive/__init__.py View File

@@ -353,10 +353,8 @@ class Entry(object):
)

if entry.issym():
print("issym")
symLinkPath = _libarchive.archive_entry_symlink(e)
entry.symlink = symLinkPath
print(symLinkPath)

finally:
_libarchive.archive_entry_free(e)


Loading…
Cancel
Save