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:


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to