From 5af8296b0ca716d126c3ac903c11a0f671495007 Mon Sep 17 00:00:00 2001 From: steppi Date: Fri, 20 May 2022 22:08:45 -0400 Subject: [PATCH] Remove reference to wget in comment --- adeft/download/download.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adeft/download/download.py b/adeft/download/download.py index 8eb923d..6b68ffa 100644 --- a/adeft/download/download.py +++ b/adeft/download/download.py @@ -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