diff --git a/Interlace/lib/threader.py b/Interlace/lib/threader.py index 29a7a54..b4c0825 100644 --- a/Interlace/lib/threader.py +++ b/Interlace/lib/threader.py @@ -21,7 +21,7 @@ class Worker(object): @staticmethod def run_task(task): - subprocess.call(task, shell=true) + subprocess.call(task, shell=True) class Pool(object):