Skip to content

Commit

Permalink
Remove file unlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Jun 9, 2023
1 parent 26f6ccb commit de1ee9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/bin/clone-core.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ def main() -> None:

(dst / '.gitignore').write_text('*')
else:
if dst.exists():
dst.unlink()

shutil.copyfile(src, dst)


Expand Down

0 comments on commit de1ee9e

Please sign in to comment.