[Collab-qa-commits] r2231 - udd/udd

Andreas Tille tille at alioth.debian.org
Fri Apr 20 21:46:21 UTC 2012


Author: tille
Date: 2012-04-20 21:46:21 +0000 (Fri, 20 Apr 2012)
New Revision: 2231

Modified:
   udd/udd/bibref_gatherer.py
Log:
If a upstream file has no yaml syntax that's only of info severity


Modified: udd/udd/bibref_gatherer.py
===================================================================
--- udd/udd/bibref_gatherer.py	2012-04-20 21:32:04 UTC (rev 2230)
+++ udd/udd/bibref_gatherer.py	2012-04-20 21:46:21 UTC (rev 2231)
@@ -152,7 +152,7 @@
             self.log.warning("No references found for source package %s (Keys: %s)" % (source, str(warn_keys)))
           continue
         except TypeError:
-          self.log.warning("debian/upstream file of source package %s does not seem to be a YAML file" % (source))
+          self.log.info("debian/upstream file of source package %s does not seem to be a YAML file" % (source))
           continue
 
         if isinstance(references, list):




More information about the Collab-qa-commits mailing list