diff --git a/patches/mass-link.py b/patches/mass-link.py index e75def2..4fd8b97 100755 --- a/patches/mass-link.py +++ b/patches/mass-link.py @@ -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))