mailr10404 - /1.3/generic_fns/state.py


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

Header


Content

Posted by edward on January 26, 2010 - 18:38:
Author: bugman
Date: Tue Jan 26 18:38:14 2010
New Revision: 10404

URL: http://svn.gna.org/viewcvs/relax?rev=10404&view=rev
Log:
The generic_fns.state.save_state() pickle arg now defaults to False.


Modified:
    1.3/generic_fns/state.py

Modified: 1.3/generic_fns/state.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/state.py?rev=10404&r1=10403&r2=10404&view=diff
==============================================================================
--- 1.3/generic_fns/state.py (original)
+++ 1.3/generic_fns/state.py Tue Jan 26 18:38:14 2010
@@ -136,7 +136,7 @@
         raise RelaxError("The saved state " + repr(state) + " is not 
compatible with this version of relax.")
 
 
-def save_state(state=None, dir=None, compress_type=1, force=False, 
pickle=True):
+def save_state(state=None, dir=None, compress_type=1, force=False, 
pickle=False):
     """Function for saving the program state.
 
     @keyword state:         The saved state file.




Related Messages


Powered by MHonArc, Updated Tue Jan 26 18:40:03 2010