This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
python-libarchive
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
stuff
test_fixup
Richard Young
3 years ago
parent
08db5d3f6e
commit
f35ce39dfe
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libarchive/__init__.py
+ 1
- 2
libarchive/__init__.py
View File
@@ -336,9 +336,8 @@ class Entry(object):
hpos=archive.header_position,
)
symLinkPath = ""
if entry.issym():
print("issym")
symLinkPath = _libarchive.archive_entry_symlink(e)
entry.symlink = symLinkPath
print(symLinkPath)
Write
Preview
Loading…
Cancel
Save