Skip to content

Commit fe9c922

Browse files
Update settings.py
1 parent c299bf9 commit fe9c922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/atomate2/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class Atomate2Settings(BaseSettings):
4848
False,
4949
description="Whether Custodian should gzip the files. This parameter "
5050
"may make sense to use if you are setting CUSTODIAN_SCRATCH_DIR"
51-
51+
)
52+
5253
# VASP specific settings
5354
VASP_CMD: str = Field(
5455
"vasp_std", description="Command to run standard version of VASP."

0 commit comments

Comments
 (0)