Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and vatsalghelani-csa committed Jul 2, 2024
1 parent ab69fec commit 675a450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/tests/run_python_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ def main(app: str, factoryreset: bool, factoryreset_app_only: bool, app_args: st
]

if not runs:
raise Exception("No valid runs were found. Make sure you add runs to your file, see docs/testing/python_test_arguments.txt document for reference/example.")
raise Exception(
"No valid runs were found. Make sure you add runs to your file, see docs/testing/python_test_arguments.txt document for reference/example.")

for run in runs:
print(f"Executing {run.py_script_path.split('/')[-1]} {run.run}")
Expand Down

0 comments on commit 675a450

Please sign in to comment.