aboutsummaryrefslogtreecommitdiff
path: root/src/tests/test_commandline_export.py
diff options
context:
space:
mode:
authortassaron2022-05-09 22:48:43 -0400
committertassaron2022-05-09 22:48:43 -0400
commitacef7463a07522784695dbab57c77f1584e12e1b (patch)
tree3a367fbc6541831dd1cf76bd5067de070e7793c0 /src/tests/test_commandline_export.py
parent07b847e363263221ceb04f8519f45572eda6c5bc (diff)
move variable declaration closer to usage.
Diffstat (limited to 'src/tests/test_commandline_export.py')
-rw-r--r--src/tests/test_commandline_export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_commandline_export.py b/src/tests/test_commandline_export.py
index 62db3b6..7f3530f 100644
--- a/src/tests/test_commandline_export.py
+++ b/src/tests/test_commandline_export.py
@@ -23,7 +23,7 @@ def test_commandline_classic_export(qtbot):
Wait until videoCreated is emitted by the video_thread Worker
or until 10 second timeout has passed
'''
- sys.__stdout__.write(f"Test Video created at {outputFilename}")
+ print(f"Test Video created at {outputFilename}")
assert os.path.exists(outputFilename)
# output video should be at least 200kb