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
remove printing if symlink data
test_fixup
Vadim Lebedev
2 years ago
parent
cc26e02ecf
commit
88051247e9
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save