mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Added a test and small change for error output
This commit is contained in:
parent
1c97d3f5fd
commit
bf8c8521cd
2 changed files with 16 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ def autoupdate(runner, store, tags_only, repos=()):
|
|||
try:
|
||||
new_repo_config = _update_repo(repo_config, store, tags_only)
|
||||
except RepositoryCannotBeUpdatedError as error:
|
||||
output.write_line(error.args[0])
|
||||
output.write_line(str(error))
|
||||
output_repos.append(repo_config)
|
||||
retv = 1
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue