[Piuparts-commits] rev 196 - trunk

Holger Levsen holger at alioth.debian.org
Tue Mar 10 14:37:17 UTC 2009


Author: holger
Date: 2009-03-10 14:37:17 +0000 (Tue, 10 Mar 2009)
New Revision: 196

Modified:
   trunk/piuparts.py
Log:
add error message too

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2009-03-10 14:24:52 UTC (rev 195)
+++ trunk/piuparts.py	2009-03-10 14:37:17 UTC (rev 196)
@@ -979,6 +979,7 @@
         logging.info("Running scripts "+ step)
         basepath = self.relative("tmp/scripts/")
         if not os.path.exists(basepath):
+            logging.error("Scripts directory %s does not exist" % basepath)
             panic()
         list_scripts = os.listdir(basepath)
         list_scripts.sort()




More information about the Piuparts-commits mailing list