@@ -76,7 +76,8 @@ def run_check(cmd):
subprocess.check_output(
cmd,
stderr=subprocess.STDOUT,
- timeout=100
+ timeout=100,
+ shell=True
)
def extract_image(path):