mailr10923 - /branches/bieri_gui/auto_analyses/relax_fit.py


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

Header


Content

Posted by michael . bieri on February 25, 2010 - 05:39:
Author: michaelbieri
Date: Thu Feb 25 05:39:28 2010
New Revision: 10923

URL: http://svn.gna.org/viewcvs/relax?rev=10923&view=rev
Log:
Current date was added to pipe name to allow multiple rx calculations during 
the same session.

Modified:
    branches/bieri_gui/auto_analyses/relax_fit.py

Modified: branches/bieri_gui/auto_analyses/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/auto_analyses/relax_fit.py?rev=10923&r1=10922&r2=10923&view=diff
==============================================================================
--- branches/bieri_gui/auto_analyses/relax_fit.py (original)
+++ branches/bieri_gui/auto_analyses/relax_fit.py Thu Feb 25 05:39:28 2010
@@ -47,7 +47,7 @@
         """
 
         # Store the args.
-        self.pipe_name = pipe_name
+        self.pipe_name = pipe_name+ ' ' + 
str(time.asctime(time.localtime())) # add date and time to allow multiple 
executions of relax_fit
         self.seq_args = seq_args
         self.file_names = file_names
         self.relax_times = relax_times




Related Messages


Powered by MHonArc, Updated Thu Feb 25 06:00:02 2010