Skip to content

Commit

Permalink
No need for every output line from scan_test_blobs to have two newlin…
Browse files Browse the repository at this point in the history
…es at the end.
  • Loading branch information
EB Scharff committed Jan 10, 2012
1 parent 0cc7d3f commit 4dcd689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vw/Plate/scan_test_blobs.py
Expand Up @@ -12,7 +12,7 @@ def scan_blob(blobfile):
return output

def record_output(output):
print output
sys.stdout.write( output )
sys.stdout.flush()


Expand Down

0 comments on commit 4dcd689

Please sign in to comment.