Skip to content
Snippets Groups Projects
Commit 337de175 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

remove unneeded paretheses

parent 8f2f4bc5
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!9force `subprocess.run` to check return code is 0
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -58,7 +58,7 @@ def test_prepare_environment(tmp_path):
# now call the function we want to test
result = mod.prepare_environment(
mpsd_release=mpsd_release_to_test, script_dir=(script_dir)
mpsd_release=mpsd_release_to_test, script_dir=script_dir
)
# wait for 20 seconds for the git clone to finish
# time.sleep(20)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment