mailr21928 - /trunk/lib/io.py


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

Header


Content

Posted by edward on December 10, 2013 - 11:28:
Author: bugman
Date: Tue Dec 10 11:28:19 2013
New Revision: 21928

URL: http://svn.gna.org/viewcvs/relax?rev=21928&view=rev
Log:
Capitalised 'Python' in the IO redirection messages.


Modified:
    trunk/lib/io.py

Modified: trunk/lib/io.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/io.py?rev=21928&r1=21927&r2=21928&view=diff
==============================================================================
--- trunk/lib/io.py (original)
+++ trunk/lib/io.py Tue Dec 10 11:28:19 2013
@@ -243,9 +243,9 @@
 
     # Print out.
     if verbosity:
-        print("Redirecting the sys.stdin IO stream to the python stdin IO 
stream.")
+        print("Redirecting the sys.stdin IO stream to the Python stdin IO 
stream.")
         print("Redirecting the sys.stdout IO stream to the log file '%s'." % 
file_path)
-        print("Redirecting the sys.stderr IO stream to both the python 
stderr IO stream and the log file '%s'." % file_path)
+        print("Redirecting the sys.stderr IO stream to both the Python 
stderr IO stream and the log file '%s'." % file_path)
 
     # Set the logging IO streams.
     log_stdout = log_file
@@ -282,9 +282,9 @@
 
     # Print out.
     if verbosity:
-        print("Redirecting the sys.stdin IO stream to the python stdin IO 
stream.")
-        print("Redirecting the sys.stdout IO stream to both the python 
stdout IO stream and the log file '%s'." % file_path)
-        print("Redirecting the sys.stderr IO stream to both the python 
stderr IO stream and the log file '%s'." % file_path)
+        print("Redirecting the sys.stdin IO stream to the Python stdin IO 
stream.")
+        print("Redirecting the sys.stdout IO stream to both the Python 
stdout IO stream and the log file '%s'." % file_path)
+        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(stdout, tee_file)




Related Messages


Powered by MHonArc, Updated Tue Dec 10 12:00:02 2013