*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 8f99dc3d authored by android172's avatar android172
Browse files

Fix to printing

parent 77091ce7
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,9 @@ def test_warps_and_scenes():
ret.stdout,
"-" if ret.returncode == 0 else "error"
)
except subprocess.TimeoutExpired:
except subprocess.TimeoutExpired as e:
bt_s, rt_s = extract_times(
ret.stdout,
e.output,
"timeout"
)
with open("to_" + t, 'w') as fp:
......
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