summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.py b/main.py
index 32ad0ff6..f6631f5f 100755
--- a/main.py
+++ b/main.py
@@ -208,7 +208,8 @@ class _Repo(object):
208 repodir=self.repodir, 208 repodir=self.repodir,
209 client=repo_client, 209 client=repo_client,
210 manifest=repo_client.manifest, 210 manifest=repo_client.manifest,
211 gitc_manifest=gitc_manifest) 211 gitc_manifest=gitc_manifest,
212 git_event_log=git_trace2_event_log)
212 except KeyError: 213 except KeyError:
213 print("repo: '%s' is not a repo command. See 'repo help'." % name, 214 print("repo: '%s' is not a repo command. See 'repo help'." % name,
214 file=sys.stderr) 215 file=sys.stderr)