mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-19 22:51:02 +02:00
test: Avoid logging error when logging error
This commit is contained in:
@@ -236,6 +236,7 @@ fn lint_py_lint() -> LintResult {
|
||||
"F822", // undefined name name in __all__
|
||||
"F823", // local variable name … referenced before assignment
|
||||
"F841", // local variable 'foo' is assigned to but never used
|
||||
"PLE", // Pylint errors
|
||||
"W191", // indentation contains tabs
|
||||
"W291", // trailing whitespace
|
||||
"W292", // no newline at end of file
|
||||
|
Reference in New Issue
Block a user