[Blends-commit] [SCM] website branch, master, updated. 45ef7fe4b3df054de7fd75431ec888e9286b95ea
Andreas Tille
tille at debian.org
Sun Dec 9 16:54:25 UTC 2012
The following commit has been merged in the master branch:
commit 581d076fea598e73ca2ca3fdb6baf627198d5518
Author: Andreas Tille <tille at debian.org>
Date: Mon Nov 26 21:40:11 2012 +0100
Fix spacing
diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 58c9631..a50e172 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -594,7 +594,7 @@ def FetchTasksFiles(data):
if os.system(gitcommand):
logger.error("Git command %s failed" % (gitcommand))
if os.path.isdir(data['datadir']+'/.git'):
- logger.error("Trying old files in %s ..." % data['datadir'])
+ logger.error("Trying old files in %s ..." % data['datadir'])
else:
if os.listdir(data['datadir']+'/'+dir):
logger.warning("No .git directory found in %s but trying those random files there as tasks files." % data['datadir']+'/'+dir)
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list