mailr16203 - /1.3/status.py


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

Header


Content

Posted by edward on May 10, 2012 - 20:01:
Author: bugman
Date: Thu May 10 20:01:40 2012
New Revision: 16203

URL: http://svn.gna.org/viewcvs/relax?rev=16203&view=rev
Log:
Debugging print out fix.


Modified:
    1.3/status.py

Modified: 1.3/status.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/status.py?rev=16203&r1=16202&r2=16203&view=diff
==============================================================================
--- 1.3/status.py (original)
+++ 1.3/status.py Thu May 10 20:01:40 2012
@@ -482,7 +482,7 @@
         # Does not exist, so return (allow multiple code paths to unregister 
methods).
         if key not in self._keys:
             if self._status.debug:
-                sys.stdout.write("debug> The key '%s' does not exist." % key)
+                sys.stdout.write("debug> The key '%s' does not exist.\n" % 
key)
             return
 
         # Remove the method from the dictionary of callbacks.




Related Messages


Powered by MHonArc, Updated Thu May 10 20:20:09 2012