mailr9522 - /1.3/relax_errors.py


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

Header


Content

Posted by edward on September 11, 2009 - 15:59:
Author: bugman
Date: Fri Sep 11 15:59:04 2009
New Revision: 9522

URL: http://svn.gna.org/viewcvs/relax?rev=9522&view=rev
Log:
Reordered the relax debugging save state so that the format is 
yyyymmdd_hhmmss rather than yyyyddmm_hhmmss.

Modified:
    1.3/relax_errors.py

Modified: 1.3/relax_errors.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_errors.py?rev=9522&r1=9521&r2=9522&view=diff
==============================================================================
--- 1.3/relax_errors.py (original)
+++ 1.3/relax_errors.py Fri Sep 11 15:59:04 2009
@@ -75,7 +75,7 @@
 
     # Append the date and time to the save file.
     now = time.localtime()
-    file_name = "relax_state_%i%02i%02i_%02i%02i%02i" % (now[0], now[2], 
now[1], now[3], now[4], now[5])
+    file_name = "relax_state_%i%02i%02i_%02i%02i%02i" % (now[0], now[1], 
now[2], now[3], now[4], now[5])
 
     # Open the file for writing.
     if bz2:




Related Messages


Powered by MHonArc, Updated Fri Sep 11 18:00:02 2009