Skip to content

Commit

Permalink
Update conda_build/source.py
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
beckermr and jaimergp authored Nov 26, 2024
1 parent 168140c commit 5340007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_build/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def download_to_cache(cache_folder, recipe_path, source_dict, verbose=False):
raise ValueError(f"Empty {hash_type} hash provided for {fn}")
fn = append_hash_to_fn(fn, source_dict[hash_type])
hash_added = True
break
else:
log.warning(
f"No hash {ACCEPTED_HASH_TYPES} provided for {unhashed_fn}. Source download forced. "
Expand Down

0 comments on commit 5340007

Please sign in to comment.