diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |