diff --git a/tests/basic/test_find_or_blocks.py b/tests/basic/test_find_or_blocks.py index 410380eac..943de9f7a 100755 --- a/tests/basic/test_find_or_blocks.py +++ b/tests/basic/test_find_or_blocks.py @@ -60,6 +60,6 @@ def process_markdown(filename, fh): if __name__ == "__main__": if len(sys.argv) != 2: - print("Usage: python testsr.py ", file=sys.stdout, flush=True) + print("Usage: python testsr.py ") else: process_markdown(sys.argv[1], sys.stdout)