fix whitespaces

This commit is contained in:
Jakub Trllo 2025-04-14 17:55:48 +02:00
parent b403fccf05
commit 486be39faa
14 changed files with 23 additions and 23 deletions

View file

@ -37,7 +37,7 @@ def _handle_error(
if process_context.headless:
if detail:
print(detail)
print(f"{10*'*'}\n{message}\n{10*'*'}")
print(f"{10 * '*'}\n{message}\n{10 * '*'}")
return
current_dir = os.path.dirname(os.path.abspath(__file__))