reverse the logging message in analyse.py since it is not correct.
authordol-sen <brian.dolbec@gmail.com>
Mon, 10 Oct 2011 17:34:56 +0000 (10:34 -0700)
committerdol-sen <brian.dolbec@gmail.com>
Mon, 10 Oct 2011 17:34:56 +0000 (10:34 -0700)
pym/gentoolkit/revdep_rebuild/analyse.py

index 79b8fe35c1bd13cff8ada2ad8cc35847c34405bb..f992db0960cebe4b51bcde3be6c958c8bcf0801a 100644 (file)
@@ -206,8 +206,6 @@ def analyse(settings, logger, libraries=None, la_libraries=None,
                for ltc in _libs_to_check:
                        if os.path.isfile(ltc):
                                ltc = scan(['-nBSF', '%S'], [ltc,], settings['CMD_MAX_ARGS'])[0].split()[0]
-                       else:
-                               logger.warn(yellow(' * ') + bold('Library "%s" was not found' % ltc))
                        nltc += [ltc,]
                _libs_to_check = nltc