mirror of
https://github.com/codingo/Interlace.git
synced 2026-02-23 15:54:33 +01:00
Fixed case-sensitivity on subprocess.call()
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user