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 2b473a7 commit 266678aCopy full SHA for 266678a
src/atomate2/settings.py
@@ -47,7 +47,7 @@ class Atomate2Settings(BaseSettings):
47
CUSTODIAN_GZIPPED_OUTPUT: bool = Field(
48
False,
49
description="Whether Custodian should gzip the files. This parameter "
50
- "may make sense to use if you are setting CUSTODIAN_SCRATCH_DIR"
+ "may make sense to use if you are setting CUSTODIAN_SCRATCH_DIR",
51
)
52
53
# VASP specific settings
0 commit comments