mailr7948 - /1.3/relax_io.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 23, 2008 - 17:01:
Author: bugman
Date: Thu Oct 23 17:01:18 2008
New Revision: 7948

URL: http://svn.gna.org/viewcvs/relax?rev=7948&view=rev
Log:
Final fixes for bug #12489 (https://gna.org/bugs/?12489).

The log() and tee() functions are now operational.


Modified:
    1.3/relax_io.py

Modified: 1.3/relax_io.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_io.py?rev=7948&r1=7947&r2=7948&view=diff
==============================================================================
--- 1.3/relax_io.py (original)
+++ 1.3/relax_io.py Thu Oct 23 17:01:18 2008
@@ -434,8 +434,8 @@
         print "Redirecting the sys.stderr IO stream to both the python 
stderr IO stream and the log file '%s'." % file_path
 
     # Set the tee IO streams.
-    tee_stdout.split(python_stdout, tee_file)
-    tee_stderr.split(python_stderr, tee_file)
+    tee_stdout.split(stdout, tee_file)
+    tee_stderr.split(stderr, tee_file)
 
     # IO stream redirection.
     sys.stdin  = tee_stdin




Related Messages


Powered by MHonArc, Updated Thu Oct 23 17:20:03 2008