Skip to content

Commit 4a06987

Browse files
committed
Small fix to dump_config
1 parent 70e3640 commit 4a06987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toast/config/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def load_config(file, input=None, comm=None):
8181
return ret
8282

8383

84-
def dump_config(file, conf, format="toml", comm=None):
84+
def dump_config(file, conf, format=None, comm=None):
8585
"""Dump a config file to a supported format.
8686
8787
Writes the configuration to a file in the specified format. If `format` is

0 commit comments

Comments
 (0)