Skip to content

Commit 20bdc6f

Browse files
committedJun 26, 2020
fix conda build
1 parent 5ecc01a commit 20bdc6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tools/retar.py

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
m2.size = m.size
4747
m2.type = m.type
4848
m2.linkname = m.linkname
49+
m2.mode = m.mode
4950
if m.isdir():
5051
new.addfile(m2)
5152
else:

0 commit comments

Comments
 (0)
Please sign in to comment.