mailRe: r10923 - /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 Edward d'Auvergne on February 25, 2010 - 09:49:
Hi Michael,

Could you please first revert this commit and then provide it as a
patch file?  This should be committed directly into the 1.3 line, not
in the bieri_gui branch.

Cheers,

Edward



On 25 February 2010 05:39,  <michael.bieri@xxxxxx> wrote:
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


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits




Related Messages


Powered by MHonArc, Updated Fri Feb 26 00:20:56 2010