mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
fix python lint
This commit is contained in:
@@ -57,9 +57,9 @@ def test_db_busy_error(acfactory, tmpdir):
|
|||||||
log("timeout waiting for next event")
|
log("timeout waiting for next event")
|
||||||
pytest.fail("timeout exceeded")
|
pytest.fail("timeout exceeded")
|
||||||
if report_type == ReportType.exit:
|
if report_type == ReportType.exit:
|
||||||
replier.log("EXIT".format(alive_count))
|
replier.log("EXIT")
|
||||||
elif report_type == ReportType.ffi_error:
|
elif report_type == ReportType.ffi_error:
|
||||||
replier.log("ERROR: {}".format(addr, report_args[0]))
|
replier.log("ERROR: {}".format(report_args[0]))
|
||||||
elif report_type == ReportType.message_echo:
|
elif report_type == ReportType.message_echo:
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user