Skip to content
Snippets Groups Projects
Commit cf11798c authored by Jacques Grelet's avatar Jacques Grelet
Browse files

add flush to print

parent 88e0a8c8
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ def writeAscii(cfg, device, fe, r):
fileName = "{}/{}_{}".format(cfg['global']['ascii'],
cfg['cruise']['cycleMesure'], device.lower())
print('writing data file: {}'.format(fileName), end='')
print('writing data file: {}'.format(fileName), end='', flush=True)
writeData(fileName, cfg, device.lower(), fe, r)
print(' done...')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment