mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Fix merge conflict
This commit is contained in:
parent
4ef3f957e3
commit
6ab01430fb
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ def test_log_and_exit(cap_out, mock_store_dir):
|
||||||
|
|
||||||
with pytest.raises(SystemExit):
|
with pytest.raises(SystemExit):
|
||||||
error_handler._log_and_exit(
|
error_handler._log_and_exit(
|
||||||
'msg', 1, error_handler.FatalError('hai'), "I'm a stacktrace",
|
'msg', 1, error_handler.FatalError('hai'), tb,
|
||||||
)
|
)
|
||||||
|
|
||||||
printed = cap_out.get()
|
printed = cap_out.get()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue