[Blends-commit] r1803 - blends/trunk/webtools

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Thu Aug 20 08:13:49 UTC 2009


Author: tille
Date: Thu Aug 20 08:13:49 2009
New Revision: 1803
URL: http://svn.debian.org/viewsvn/blends?rev=1803&view=rev

Log:
More reasonable log output


Modified:
   blends/trunk/webtools/blendstasktools.py

Modified: blends/trunk/webtools/blendstasktools.py
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=1803&view=diff&r1=1803&r2=1802&p1=blends/trunk/webtools/blendstasktools.py&p2=blends/trunk/webtools/blendstasktools.py
==============================================================================
--- blends/trunk/webtools/blendstasktools.py	(original)
+++ blends/trunk/webtools/blendstasktools.py	Thu Aug 20 08:13:49 2009
@@ -1305,9 +1305,9 @@
                         # Also ignore keys starting with X[A-Z]-
                         if not re.compile("^X[A-Z]*-").search(key):
                             try:
-                                print "Unknown key '%s': %s in file %s" % (key, stanza[key], self.taskfile)
+                                print "Unknown key '%s': %s in task %s" % (key, stanza[key], self.task)
                             except:
-                                print "Unknown key '%s' with problematic value in file %s." % (key, self.taskfile)
+                                print "Unknown key '%s' with problematic value in task %s." % (key, self.task)
 
             if dep == None:
                 continue # ... with next stanza



More information about the Blends-commit mailing list