Skip to content

Commit cdd3b44

Browse files
committed
Send output to stdout, make it appear on its own line
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40566
1 parent 53b3f68 commit cdd3b44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
except ImportError:
5555
pass
5656

57-
sys.stderr.write('Testing trees '+ " ".join(treeTypes.keys()))
57+
sys.stdout.write('Testing trees '+ " ".join(treeTypes.keys()) + "\n")
5858

5959
#Run the parse error checks
6060
checkParseErrors = False

0 commit comments

Comments
 (0)