diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -197,6 +197,7 @@ class _Repo(object): | |||
197 | cmd_event = cmd.event_log.Add(name, event_log.TASK_COMMAND, start) | 197 | cmd_event = cmd.event_log.Add(name, event_log.TASK_COMMAND, start) |
198 | cmd.event_log.SetParent(cmd_event) | 198 | cmd.event_log.SetParent(cmd_event) |
199 | try: | 199 | try: |
200 | cmd.ValidateOptions(copts, cargs) | ||
200 | result = cmd.Execute(copts, cargs) | 201 | result = cmd.Execute(copts, cargs) |
201 | except (DownloadError, ManifestInvalidRevisionError, | 202 | except (DownloadError, ManifestInvalidRevisionError, |
202 | NoManifestException) as e: | 203 | NoManifestException) as e: |