mailr24253 - /branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py


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

Header


Content

Posted by edward on June 23, 2014 - 16:55:
Author: bugman
Date: Mon Jun 23 16:55:06 2014
New Revision: 24253

URL: http://svn.gna.org/viewcvs/relax?rev=24253&view=rev
Log:
Fix for a mistake introduced in the previous commit (r24252).

The printout of copied files was incorrect.


Modified:
    
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py

Modified: 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py?rev=24253&r1=24252&r2=24253&view=diff
==============================================================================
--- 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
    (original)
+++ 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
    Mon Jun 23 16:55:06 2014
@@ -117,7 +117,7 @@
     model, script, iter, scaling_factor = models[i]
 
     # Copy to the first path.
-    if current:
+    if not current:
         print("Copying to '%s': model=%s script=%s iterations=%s scale=%s" % 
(path1, model, script, iter, scaling_factor))
         copyfile(script, path1+sep+script)
 




Related Messages


Powered by MHonArc, Updated Mon Jun 23 17:40:02 2014