[Piuparts-commits] rev 57 - trunk

Ana Beatriz Guerrero López ana at alioth.debian.org
Tue Jul 10 19:35:27 UTC 2007


Author: ana
Date: 2007-07-10 19:35:27 +0000 (Tue, 10 Jul 2007)
New Revision: 57

Modified:
   trunk/piuparts.py
Log:
Fixing another bug. Copy&paste is evil ;-)


Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2007-07-10 19:28:59 UTC (rev 56)
+++ trunk/piuparts.py	2007-07-10 19:35:27 UTC (rev 57)
@@ -571,11 +571,11 @@
 
         if removed:
             logging.debug("The following files have disappeared:\n" +
-                          file_list(new, file_owners))
+                          file_list(removed, file_owners))
 
         if modified:
             logging.debug("The following files have been modified:\n" +
-                          file_list(new, file_owners))
+                          file_list(modified, file_owners))
         else:
             logging.debug("The package did not modify any file.\n")	
 




More information about the Piuparts-commits mailing list