Mercurial > repos > iuc > imagej2_bunwarpj_adapt_transform
diff imagej2_bunwarpj_adapt_transform.py @ 1:6beb1921064d draft
planemo upload commit 98c34e070343a117019ffd25a3af117808159bf5-dirty
| author | iuc |
|---|---|
| date | Tue, 04 Aug 2015 13:22:13 -0400 |
| parents | 213ace68ff50 |
| children | 81df7ade70ca |
line wrap: on
line diff
--- a/imagej2_bunwarpj_adapt_transform.py Fri Jun 26 05:29:22 2015 -0400 +++ b/imagej2_bunwarpj_adapt_transform.py Tue Aug 04 13:22:13 2015 -0400 @@ -64,7 +64,7 @@ proc = subprocess.Popen( args=cmd, stderr=subprocess.PIPE, stdout=subprocess.PIPE, 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 ) imagej2_base_utils.cleanup_before_exit( tmp_dir )
