tools: backport from main

This commit is contained in:
Corentin Le Molgat
2025-07-23 15:00:58 +02:00
parent 3f48e2f1d5
commit c268b16b6a
2 changed files with 153 additions and 154 deletions

View File

@@ -111,7 +111,10 @@ if __name__ == "__main__":
"-l",
"--log",
type="string",
help="Available levels are CRITICAL (3), ERROR (2), WARNING (1), INFO (0), DEBUG (-1)",
help=(
"Available levels are CRITICAL (3), ERROR (2), WARNING (1), INFO (0),"
" DEBUG (-1)"
),
default="INFO",
)
options, args = parser.parse_args()