X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Futil%2Fqueuecommands.py;fp=htsworkflow%2Futil%2Fqueuecommands.py;h=4c5a9ee8860ed5769b47f509b2498509c2a90999;hp=4396f0a5b7bcd76259248a84102e008f2d5ae594;hb=53ebb47e86e81ce349d4ef4e16aef94be93486ea;hpb=4262586d10cc0cc227390873b301b55244204c11 diff --git a/htsworkflow/util/queuecommands.py b/htsworkflow/util/queuecommands.py index 4396f0a..4c5a9ee 100644 --- a/htsworkflow/util/queuecommands.py +++ b/htsworkflow/util/queuecommands.py @@ -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)