mailr15710 - /1.3/relax.py


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

Header


Content

Posted by edward on April 16, 2012 - 00:03:
Author: bugman
Date: Mon Apr 16 00:03:06 2012
New Revision: 15710

URL: http://svn.gna.org/viewcvs/relax?rev=15710&view=rev
Log:
Reintroduced the relax intro print out when running in info mode (relax 
--info).

This was removed from the info print out in the last commit, and this 
reintroduces it at the start
up level.


Modified:
    1.3/relax.py

Modified: 1.3/relax.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax.py?rev=15710&r1=15709&r2=15710&view=diff
==============================================================================
--- 1.3/relax.py (original)
+++ 1.3/relax.py Mon Apr 16 00:03:06 2012
@@ -164,8 +164,16 @@
 
         # Show the relax info and exit.
         if self.mode == 'info':
+            # Initialise the information box.
             info = Info_box()
+
+            # Print the program intro.
+            print(info.intro_text())
+
+            # Print the system info.
             print(info.sys_info())
+
+            # Stop execution.
             return
 
         # Logging.




Related Messages


Powered by MHonArc, Updated Mon Apr 16 00:20:02 2012