Skip to content

Commit

Permalink
overwrite preocess fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdes-Tresanco-MS committed Feb 9, 2021
1 parent 7fc4ea2 commit a3c25fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GMXMMPBSA/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def checkff(overwrite):
if overwrite:
shutil.copy(cf, gmxf)
else:
if cf.exists() and not gmxf.joinpath(p).exists():
if not cf.exists():
shutil.copy(cf, gmxf)
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Expand Down

0 comments on commit a3c25fe

Please sign in to comment.