Browse Source

symlink api

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

+ 1
- 1
libarchive/__init__.py View File

@@ -339,7 +339,7 @@ class Entry(object):
symLinkPath = ""

if entry.issym():
libarchive.archive_entry_copy_symlink(e, symLinkPath)
symLinkPath = _libarchive.archive_entry_symlink(e)

print(symLinkPath)



Loading…
Cancel
Save