hgext/inotify/client.py
changeset 11630 0c23085f051f
parent 11567 34cc8b84407f
parent 11628 68a30daead3f
child 11943 2d3cbcace897
--- a/hgext/inotify/client.py	Tue Jul 20 20:52:23 2010 +0200
+++ b/hgext/inotify/client.py	Tue Jul 20 15:07:10 2010 -0500
@@ -154,7 +154,7 @@
                 if names:
                     return filter(match, names.split('\0'))
             return []
-        results = map(readnames, resphdr[:-1])
+        results = tuple(map(readnames, resphdr[:-1]))
 
         if names:
             nbytes = resphdr[-1]