Skip to content

Commit

Permalink
fix conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Jun 26, 2020
1 parent 5ecc01a commit 20bdc6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/retar.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
m2.size = m.size
m2.type = m.type
m2.linkname = m.linkname
m2.mode = m.mode
if m.isdir():
new.addfile(m2)
else:
Expand Down

0 comments on commit 20bdc6f

Please sign in to comment.