mirror of
https://github.com/codingo/Interlace.git
synced 2026-02-09 08:54:27 +01:00
Merge pull request #1 from xYantix/Interlace
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