Skip to content

Commit

Permalink
MAINT: Fix debug typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 12, 2024
1 parent 79f3f0d commit e40eb18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asv/commands/profiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def run(cls, conf, benchmark, revision=None, gui=None, output=None,
if result.has_profile(benchmark):
# Only take the first one
env_matched = util.get_matching_environment(environments, result)
raise(ValueError(f"Matching environment found: {env_matched.name}"))

if env_matched:
if result.env_name not in checked_out:
Expand Down

0 comments on commit e40eb18

Please sign in to comment.