Initial port to python3
[htsworkflow.git] / htsworkflow / util / queuecommands.py
index 4396f0a5b7bcd76259248a84102e008f2d5ae594..4c5a9ee8860ed5769b47f509b2498509c2a90999 100644 (file)
@@ -75,7 +75,7 @@ class QueueCommands(object):
 
             # build a list of file descriptors
             # fds=file desciptors
-            fds = [ x.stdout for x in self.running.values()]
+            fds = [ x.stdout for x in list(self.running.values())]
 
             # wait for something to finish
             # wl= write list, xl=exception list (not used so get bad names)