mailr27971 - /trunk/devel_scripts/find_unused_imports.py


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

Header


Content

Posted by edward on October 02, 2015 - 17:38:
Author: bugman
Date: Fri Oct  2 17:38:52 2015
New Revision: 27971

URL: http://svn.gna.org/viewcvs/relax?rev=27971&view=rev
Log:
Removed the printout of pylint STDERR messages in the find_unused_imports.py 
developer script.


Modified:
    trunk/devel_scripts/find_unused_imports.py

Modified: trunk/devel_scripts/find_unused_imports.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/find_unused_imports.py?rev=27971&r1=27970&r2=27971&view=diff
==============================================================================
--- trunk/devel_scripts/find_unused_imports.py  (original)
+++ trunk/devel_scripts/find_unused_imports.py  Fri Oct  2 17:38:52 2015
@@ -36,7 +36,6 @@
         # Check for errors.
         err = False
         for line in pipe.stderr.readlines():
-            sys.stdout.write(line)
             if search("command not found", line):
                 err = True
         if err:




Related Messages


Powered by MHonArc, Updated Fri Oct 02 18:00:06 2015