[Cdd-commits] r1321 - blends/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Tue Jan 20 14:40:06 UTC 2009


Author: tille
Date: Tue Jan 20 14:40:06 2009
New Revision: 1321

Modified:
   blends/trunk/webtools/blendstasktools.py
Log:
Typo in error message


Modified: blends/trunk/webtools/blendstasktools.py
==============================================================================
--- blends/trunk/webtools/blendstasktools.py	(original)
+++ blends/trunk/webtools/blendstasktools.py	Tue Jan 20 14:40:06 2009
@@ -279,7 +279,7 @@
         elif os.access(os.getcwd() + '/blend-get-names', os.X_OK):
             dis_get_names = os.getcwd() + '/blend-get-names'
         else:
-            print >>stderr, "Please either install package Blends-dev or install a copy of devtools/blends-get-names in your working directory"
+            print >>stderr, "Please either install package Blends-dev or install a copy of devtools/blend-get-names in your working directory"
             exit(-1)
 
         # The prefix is used to build the meta package name that belongs to the task



More information about the Cdd-commits mailing list