mailr9861 - /branches/bmrb/bmrblib/pystarlib/Text.py


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

Header


Content

Posted by edward on October 29, 2009 - 19:12:
Author: bugman
Date: Thu Oct 29 19:12:15 2009
New Revision: 9861

URL: http://svn.gna.org/viewcvs/relax?rev=9861&view=rev
Log:
Suppressed a retarded warning message in pystarlib.


Modified:
    branches/bmrb/bmrblib/pystarlib/Text.py

Modified: branches/bmrb/bmrblib/pystarlib/Text.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/pystarlib/Text.py?rev=9861&r1=9860&r2=9861&view=diff
==============================================================================
--- branches/bmrb/bmrblib/pystarlib/Text.py (original)
+++ branches/bmrb/bmrblib/pystarlib/Text.py Thu Oct 29 19:12:15 2009
@@ -202,7 +202,7 @@
             
         # Not the one
         if line[0] == ';': 
-            if verbosity > 1:
+            if verbosity > 9:
                 print('WARNING: (1) found pattern: [%s] preceded by: [%s]' % 
(
                     pattern.pattern, line ))
             pos = pos + 1




Related Messages


Powered by MHonArc, Updated Thu Oct 29 19:20:05 2009