From: Ralf Jung Date: Mon, 13 Aug 2012 18:32:55 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.ralfj.de/mass-build.git/commitdiff_plain/10b1a877e16f857332404fabcfcc04270998dea9 Fix typo --- diff --git a/mass_build.py b/mass_build.py index b53ab53..ed47bac 100755 --- a/mass_build.py +++ b/mass_build.py @@ -99,7 +99,7 @@ if args.projects: 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: