Skip to content

Commit

Permalink
Update files.py
Browse files Browse the repository at this point in the history
  • Loading branch information
utf authored Aug 17, 2023
1 parent 7f0b6d6 commit c8eb162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomate2/vasp/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def copy_vasp_outputs(
force_overwrite : bool or str
How to handle overwriting existing files during the copy step. Accepts
either a string or bool:
- `"force"` or `True`: Overwrite existing files if they already exist.
- `"raise"` or `False`: Raise an error if files already exist.
- `"skip"` Skip files they already exist.
Expand Down

0 comments on commit c8eb162

Please sign in to comment.