mailr14244 - /branches/gui_testing/status.py


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

Header


Content

Posted by edward on August 08, 2011 - 09:08:
Author: bugman
Date: Mon Aug  8 09:08:21 2011
New Revision: 14244

URL: http://svn.gna.org/viewcvs/relax?rev=14244&view=rev
Log:
Debugging is turned off in the Relax_lock object.


Modified:
    branches/gui_testing/status.py

Modified: branches/gui_testing/status.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/status.py?rev=14244&r1=14243&r2=14244&view=diff
==============================================================================
--- branches/gui_testing/status.py (original)
+++ branches/gui_testing/status.py Mon Aug  8 09:08:21 2011
@@ -414,7 +414,7 @@
 class Relax_lock:
     """A type of locking object for relax."""
 
-    def __init__(self, debug=True):
+    def __init__(self, debug=False):
         """Set up the lock-like object.
 
         @keyword debug: A flag which is True will allow this object to be 
debugged as the locking mechanism is turned off.




Related Messages


Powered by MHonArc, Updated Mon Aug 08 09:20:02 2011