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

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Fri Jan 11 18:29:20 CET 2013


Revision: 20089
          http://gar.svn.sourceforge.net/gar/?rev=20089&view=rev
Author:   chninkel
Date:     2013-01-11 17:29:20 +0000 (Fri, 11 Jan 2013)
Log Message:
-----------
gar/v2: fixed a bad indentation leading to a bad code flow

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

Modified: csw/mgar/gar/v2/lib/python/inspective_package.py
===================================================================
--- csw/mgar/gar/v2/lib/python/inspective_package.py	2013-01-11 17:25:20 UTC (rev 20088)
+++ csw/mgar/gar/v2/lib/python/inspective_package.py	2013-01-11 17:29:20 UTC (rev 20089)
@@ -409,8 +409,9 @@
         result = self._ParseLddDashRline(line, binary_abspath)
         if result:
           ldd_info.append(result)
-        ldd_output[binary] = ldd_info
 
+      ldd_output[binary] = ldd_info
+
     return ldd_output
 
   def _ParseNmSymLine(self, line):

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