Skip to content

Commit

Permalink
Copy instead of move
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed May 10, 2022
1 parent eb2d655 commit 25f925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/io/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ def download_from_url(url, dst, src=None):
"""

cached_file_path = download_file(url, sources=src, pkgname="tardis")
shutil.move(cached_file_path, dst)
shutil.copy(cached_file_path, dst)

0 comments on commit 25f925f

Please sign in to comment.