We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b9dad commit 0e09761Copy full SHA for 0e09761
src/python/pipelines_utils/utils.py
@@ -74,7 +74,7 @@ def determine_output_format(outformat):
74
if outformat:
75
return outformat
76
else:
77
- log("No output format specified - assuming sdf")
+ log("No output format specified - using sdf")
78
return 'sdf'
79
80
def open_output(basename, ext, compress):
0 commit comments