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):


_______________________________________________
Collab-qa-commits mailing list
Collab-qa-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/collab-qa-commits

Reply via email to