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 70e3640 commit 4a06987Copy full SHA for 4a06987
src/toast/config/cli.py
@@ -81,7 +81,7 @@ def load_config(file, input=None, comm=None):
81
return ret
82
83
84
-def dump_config(file, conf, format="toml", comm=None):
+def dump_config(file, conf, format=None, comm=None):
85
"""Dump a config file to a supported format.
86
87
Writes the configuration to a file in the specified format. If `format` is
0 commit comments