From 45ff05ca492dcfe91f7301b01b5b11fa41aca459 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 17 May 2012 11:40:44 +0200 Subject: [PATCH] remove debug --- pandora/archive/extract.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index 2933d1a5..dc013b33 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -318,9 +318,9 @@ def timeline( '-o', prefix, '-c', os.path.join(prefix, 'cuts.json'), ] + video - #p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE) - print cmd - p = subprocess.Popen(cmd) + p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + #print cmd + #p = subprocess.Popen(cmd) p.wait()