Skip to content

Commit 7ffb939

Browse files
author
Peter Amstutz
committed
Flush stdout after each result.
1 parent a8fb7a1 commit 7ffb939

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cwltool_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def main(args=None):
3535
if cwltool.main.main(["--outdir="+outdir] + args + [t.name]) != 0:
3636
return 1
3737
sys.stdout.write("\n\n")
38+
sys.stdout.flush()
3839

3940
if __name__ == "__main__":
4041
sys.exit(main(sys.argv[1:]))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
README = os.path.join(SETUP_DIR, 'README')
1212

1313
setup(name='cwltool_service',
14-
version='1.0.1',
14+
version='1.0.2',
1515
description='Common workflow language runner service',
1616
long_description=open(README).read(),
1717
author='Common workflow language working group',

0 commit comments

Comments
 (0)