diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ class _Repo(object): | |||
204 | SetDefaultColoring(gopts.color) | 204 | SetDefaultColoring(gopts.color) |
205 | 205 | ||
206 | try: | 206 | try: |
207 | cmd = self.commands[name] | 207 | cmd = self.commands[name]() |
208 | except KeyError: | 208 | except KeyError: |
209 | print("repo: '%s' is not a repo command. See 'repo help'." % name, | 209 | print("repo: '%s' is not a repo command. See 'repo help'." % name, |
210 | file=sys.stderr) | 210 | file=sys.stderr) |