[svn] r4734 - trunk/tools/yam

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Sep 18 18:20:28 CEST 2006


Author: dag
Date: 2006-09-18 18:20:28 +0200 (Mon, 18 Sep 2006)
New Revision: 4734

Modified:
   trunk/tools/yam/yam
Log:
Small change.

Modified: trunk/tools/yam/yam
===================================================================
--- trunk/tools/yam/yam	2006-09-18 16:20:10 UTC (rev 4733)
+++ trunk/tools/yam/yam	2006-09-18 16:20:28 UTC (rev 4734)
@@ -617,7 +617,7 @@
 				elif md not in metadata: 
 					info(1, 'The %s index is unknown.' % md)
 		except YamGenerateException, e:
-			error(2, 'Generating repo failed for %s with message:\n  %s' % (repo.name, e.value))
+			error(2, 'Generating repo failed for %s with message:\n  %s' % (self.name, e.value))
 			exitcode = 2
 		
 



More information about the svn-commits mailing list