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
symlink api
test_fixup
Richard Young
3 years ago
parent
7cc1f0f34c
commit
22d911afef
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save