summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 9abda6a9..8aba2ec2 100755
--- a/main.py
+++ b/main.py
@@ -257,6 +257,7 @@ class _Repo(object):
257 git_trace2_event_log.CommandEvent(name='repo', subcommands=[name]) 257 git_trace2_event_log.CommandEvent(name='repo', subcommands=[name])
258 258
259 try: 259 try:
260 cmd.CommonValidateOptions(copts, cargs)
260 cmd.ValidateOptions(copts, cargs) 261 cmd.ValidateOptions(copts, cargs)
261 result = cmd.Execute(copts, cargs) 262 result = cmd.Execute(copts, cargs)
262 except (DownloadError, ManifestInvalidRevisionError, 263 except (DownloadError, ManifestInvalidRevisionError,