Skip to content

Commit

Permalink
Update conda_libmamba_solver/solver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored Sep 28, 2023
1 parent d4ee9d6 commit 34bc46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_libmamba_solver/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ def _notify_conda_outdated(
and entry.name.rsplit("-", 2)[0] == "conda"
):
current_conda_prefix_rec = PrefixRecord(**json.loads(entry_file.read()))
break
break
if not current_conda_prefix_rec:
# We are checking whether conda can be found in the environment conda is
# running from. Unless something is really wrong, this should never happen.
Expand Down

0 comments on commit 34bc46f

Please sign in to comment.