Skip to content

Commit 0e09761

Browse files
committed
reverting change in log message as that is used extensively in tests
1 parent 38b9dad commit 0e09761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/pipelines_utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def determine_output_format(outformat):
7474
if outformat:
7575
return outformat
7676
else:
77-
log("No output format specified - assuming sdf")
77+
log("No output format specified - using sdf")
7878
return 'sdf'
7979

8080
def open_output(basename, ext, compress):

0 commit comments

Comments
 (0)