mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Add missing raise to build.py
This commit is contained in:
parent
82d9b7fd00
commit
6e5409c008
@ -48,6 +48,7 @@ def shell(cmd):
|
||||
raise
|
||||
except Exception as e:
|
||||
logger.info("subprocess raised: %s", e)
|
||||
raise
|
||||
return output.decode("UTF-8").strip()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user