Skip to content

Commit

Permalink
Remove reference to wget in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi committed May 21, 2022
1 parent 6f432b7 commit 5af8296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adeft/download/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def download_models(models=None):
resource_path = os.path.join(
loc.ADEFT_MODELS_PATH, model, resource
)
# if resource already exists, remove it since wget will not
# overwrite existing files, choosing a new name instead
# if resource already exists, remove it. Ensures that
# models path stays in a consistent state.
_remove_if_exists(resource_path)
download_adeft_object(
'Models', model, resource, outpath=resource_path
Expand Down

0 comments on commit 5af8296

Please sign in to comment.