diff imagej2_create_image.py @ 3:bb65623b90a8 draft

planemo upload commit 8f8692e83217a072a3ed928469621f1f606ab28a-dirty
author iuc
date Tue, 04 Aug 2015 11:15:10 -0400
parents 26703988cdb3
children 48f25b8408e1
line wrap: on
line diff
--- a/imagej2_create_image.py	Fri Jun 26 05:28:23 2015 -0400
+++ b/imagej2_create_image.py	Tue Aug 04 11:15:10 2015 -0400
@@ -38,7 +38,7 @@
     proc = subprocess.Popen( args=cmd, stderr=tmp_stderr, stdout=tmp_stdout, shell=True )
     rc = proc.wait()
     if rc != 0:
-        error_message = imagej2_base_utils.get_stderr_exception( tmp_err, tmp_stderr, tmp_stdout )
+        error_message = imagej2_base_utils.get_stderr_exception( tmp_err, tmp_stderr, tmp_out, tmp_stdout )
         imagej2_base_utils.stop_err( error_message )
     shutil.move( tmp_image_path, args.out_fname )
     imagej2_base_utils.cleanup_before_exit( tmp_dir )