diff --git a/project.py b/project.py index 5b26b64c..59221914 100644 --- a/project.py +++ b/project.py @@ -2440,7 +2440,7 @@ class Project(object): if quiet: cmd.append('-q') if GitCommand(self, cmd).Wait() != 0: - raise GitError('%s submodule update --init --recursive %s ' % self.name) + raise GitError('%s submodule update --init --recursive ' % self.name) def _Rebase(self, upstream, onto=None): cmd = ['rebase']