From 8bb5b9de907d83a0075c113d2a56c520b473bd7f Mon Sep 17 00:00:00 2001 From: Manuela Kuhn <manuela.kuhn@desy.de> Date: Tue, 21 Jul 2015 16:46:41 +0200 Subject: [PATCH] Fixed bug --- wrapper_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper_script.py b/wrapper_script.py index 97d1536c..587beb33 100644 --- a/wrapper_script.py +++ b/wrapper_script.py @@ -25,7 +25,7 @@ relativebasepath = os.path.relpath ( source, commonPrefix ) ( name, postfix ) = filename.split( "." ) supported_file = postfix in supportedFormats -if supported_File: +if supported_file: my_cmd = 'echo "' + source + '" > /tmp/zeromqllpipe' p = subprocess.Popen ( my_cmd, shell=True ) p.communicate() -- GitLab