Skip to content

Commit

Permalink
propagate non ValueError
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Jul 23, 2024
1 parent ed88ce7 commit 14a4ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropip/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def eval_marker(e: dict[str, str]) -> bool:
)
else:
raise
except ValueError:
except (WheelNotFoundError, IndexMetadataFetchError):
self.failed.append(req)
if not self.keep_going:
raise
Expand Down

0 comments on commit 14a4ae8

Please sign in to comment.