Skip to content

Commit

Permalink
Fixes #79
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Jun 19, 2020
1 parent 45bc8aa commit f1f8034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsnp
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ Please verify recruited genomes are all strain of interest""")

#run parallelPhiPack
pool = Pool(processes=int(threads))
result = pool.map_async(parallelPhiWrapper,tasks).get(sys.maxsize)
result = pool.map_async(parallelPhiWrapper,tasks).get()

for i in result:
if (i["status"] == 1):
Expand Down

0 comments on commit f1f8034

Please sign in to comment.