Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bezier89 authored Aug 2, 2019
1 parent fc2f314 commit aa8bac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/core/package_cache_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def pcrec_matches(pcrec):
extracted_pcrec = next((
pcrec for pcrec in concat(PackageCacheData(pkgs_dir).query(pref_or_spec)
for pkgs_dir in context.pkgs_dirs)
if pcrec.is_extracteda
if pcrec.is_extracted
), None)
if extracted_pcrec and pcrec_matches(extracted_pcrec) and extracted_pcrec.get('url'):
return None, None
Expand Down

0 comments on commit aa8bac2

Please sign in to comment.