Skip to content

Commit 9d7a3d0

Browse files
committed
inject exception into wheel_resolver
1 parent 1906a57 commit 9d7a3d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/wheel_resolver/output.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ def download(
3333
)
3434
else:
3535
_LOGGER.info(f"downloaded {package_name}-{package_version} from {u}")
36+
raise Exception()
3637
return True
3738
return False

0 commit comments

Comments
 (0)