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

Andreas Tille tille at alioth.debian.org
Fri Aug 21 06:27:47 UTC 2009


Author: tille
Date: 2009-08-21 06:27:47 +0000 (Fri, 21 Aug 2009)
New Revision: 1562

Modified:
   udd/udd/ftpnew_gatherer.py
Log:
Better error message


Modified: udd/udd/ftpnew_gatherer.py
===================================================================
--- udd/udd/ftpnew_gatherer.py	2009-08-21 06:22:23 UTC (rev 1561)
+++ udd/udd/ftpnew_gatherer.py	2009-08-21 06:27:47 UTC (rev 1562)
@@ -470,7 +470,7 @@
               print >>stderr, "Missing information field for binary package %s: %s" % (binpkg.b['Package'], err)
               continue
     except KeyError, err:
-      print >>stderr, "Unable to finish parsing %s: %s" % (ftpnew822file, err)
+      print >>stderr, "Unable to finish parsing %s because of unknown key %s" % (ftpnew822file, err)
 
     cur.execute("DEALLOCATE ftpnew_insert_source")
     cur.execute("DEALLOCATE ftpnew_insert_package")




More information about the Collab-qa-commits mailing list