Skip to content

Commit 0c1c8dc

Browse files
Update settings.py
1 parent 55ec62b commit 0c1c8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atomate2/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Atomate2Settings(BaseSettings):
4545
None, description="Path to scratch directory used by custodian."
4646
)
4747
CUSTODIAN_GZIPPED_OUTPUT: bool = Field(
48-
False,
48+
default=False,
4949
description="Whether Custodian should gzip the files. This parameter "
5050
"may make sense to use if you are setting CUSTODIAN_SCRATCH_DIR",
5151
)

0 commit comments

Comments
 (0)