mailr10463 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on January 28, 2010 - 09:39:
Author: bugman
Date: Thu Jan 28 09:39:17 2010
New Revision: 10463

URL: http://svn.gna.org/viewcvs/relax?rev=10463&view=rev
Log:
Silenced the save state file loading.


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10463&r1=10462&r2=10463&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Thu Jan 28 09:39:17 2010
@@ -2585,7 +2585,7 @@
         reset()
 
         # Load the relax state.
-        state.load_state(filename)
+        state.load_state(filename, verbosity=0)
 
         # Update the core of the GUI to match the new data store.
         self.sync_ds(upload=False)




Related Messages


Powered by MHonArc, Updated Thu Jan 28 10:00:02 2010