For Spack commands that fail but don't throw exceptions, we were discarding the return code (#27077)
This commit is contained in:
@@ -873,7 +873,7 @@ def main(argv=None):
|
||||
|
||||
"""
|
||||
try:
|
||||
_main(argv)
|
||||
return _main(argv)
|
||||
|
||||
except SpackError as e:
|
||||
tty.debug(e)
|
||||
|
Reference in New Issue
Block a user