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 55ec62b commit 0c1c8dcCopy full SHA for 0c1c8dc
src/atomate2/settings.py
@@ -45,7 +45,7 @@ class Atomate2Settings(BaseSettings):
45
None, description="Path to scratch directory used by custodian."
46
)
47
CUSTODIAN_GZIPPED_OUTPUT: bool = Field(
48
- False,
+ default=False,
49
description="Whether Custodian should gzip the files. This parameter "
50
"may make sense to use if you are setting CUSTODIAN_SCRATCH_DIR",
51
0 commit comments