Skip to content

Commit 266678a

Browse files
Update settings.py
1 parent 2b473a7 commit 266678a

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
@@ -47,7 +47,7 @@ class Atomate2Settings(BaseSettings):
4747
CUSTODIAN_GZIPPED_OUTPUT: bool = Field(
4848
False,
4949
description="Whether Custodian should gzip the files. This parameter "
50-
"may make sense to use if you are setting CUSTODIAN_SCRATCH_DIR"
50+
"may make sense to use if you are setting CUSTODIAN_SCRATCH_DIR",
5151
)
5252

5353
# VASP specific settings

0 commit comments

Comments
 (0)