From 018632ae06a18b9c3700cf4d5888a0fea2f37f92 Mon Sep 17 00:00:00 2001 From: cliechti Date: Tue, 21 Jul 2009 21:33:27 +0000 Subject: add missing newline --- pyserial/examples/test_high_load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyserial/examples/test_high_load.py b/pyserial/examples/test_high_load.py index 5c64660..f9df463 100644 --- a/pyserial/examples/test_high_load.py +++ b/pyserial/examples/test_high_load.py @@ -63,7 +63,7 @@ if __name__ == '__main__': sys.stdout.write(__doc__) if len(sys.argv) > 1: PORT = sys.argv[1] - sys.stdout.write("Testing port: %r" % PORT) + sys.stdout.write("Testing port: %r\n" % PORT) sys.argv[1:] = ['-v'] # When this module is executed from the command-line, it runs all its tests unittest.main() -- cgit v1.2.1