[csw-devel] SF.net SVN: gar:[19265] csw/mgar/gar/v2-yann/lib/python/inspective_package. py

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Sep 22 11:38:33 CEST 2012


Revision: 19265
          http://gar.svn.sourceforge.net/gar/?rev=19265&view=rev
Author:   chninkel
Date:     2012-09-22 09:38:33 +0000 (Sat, 22 Sep 2012)
Log Message:
-----------
fixed logging stderr mistake

Modified Paths:
--------------
    csw/mgar/gar/v2-yann/lib/python/inspective_package.py

Modified: csw/mgar/gar/v2-yann/lib/python/inspective_package.py
===================================================================
--- csw/mgar/gar/v2-yann/lib/python/inspective_package.py	2012-09-22 09:37:37 UTC (rev 19264)
+++ csw/mgar/gar/v2-yann/lib/python/inspective_package.py	2012-09-22 09:38:33 UTC (rev 19265)
@@ -348,7 +348,7 @@
           # that the ldd infos will be the same on the 32 bits binaries analyzed
           return {}
         else:
-          logging.error("%s returned an error: %s", args, stderr.splitlines()[0].splitlines()[0])
+          logging.error("%s returned an error: %s", args, stderr)
 
       ldd_info = []
       for line in stdout.splitlines():

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list