summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index b309fad3..1393b400 100755
--- a/main.py
+++ b/main.py
@@ -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)