projects
/
mass-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c6f446c
)
Fix typo
author
Ralf Jung
<post@ralfj.de>
Mon, 13 Aug 2012 18:32:55 +0000
(20:32 +0200)
committer
Ralf Jung
<post@ralfj.de>
Mon, 13 Aug 2012 18:32:55 +0000
(20:32 +0200)
mass_build.py
patch
|
blob
|
history
diff --git
a/mass_build.py
b/mass_build.py
index b53ab53ee2c229335fa231a3d2defd93998e14d5..ed47bacbf21bb3bbe0b004d5a3da8e5ef7853034 100755
(executable)
--- a/
mass_build.py
+++ b/
mass_build.py
@@
-99,7
+99,7
@@
if args.projects:
elif name in allFolders:
workProjects += allFolders[name]
else:
elif name in allFolders:
workProjects += allFolders[name]
else:
- raise Exception("Project or folder%s does not exist" % name)
+ raise Exception("Project or folder
%s does not exist" % name)
elif args.resume_from is None:
workProjects = projects.values() # all the projects
else:
elif args.resume_from is None:
workProjects = projects.values() # all the projects
else: