Skip to content

Commit

Permalink
Fix mass-link for python3 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrioux committed Sep 16, 2013
1 parent eda29ad commit 2a095e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/mass-link.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ def force_link (src,dest):
raise
os.utime (dest, None)

map (force_link, sourcefiles, destfiles)
list (map (force_link, sourcefiles, destfiles))

0 comments on commit 2a095e2

Please sign in to comment.