Browse Source

stuff

test_fixup
Richard Young 3 years ago
parent
commit
f35ce39dfe
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libarchive/__init__.py

+ 1
- 2
libarchive/__init__.py View File

@@ -336,9 +336,8 @@ class Entry(object):
hpos=archive.header_position, hpos=archive.header_position,
) )


symLinkPath = ""

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


Loading…
Cancel
Save