Open mcspr opened 3 months ago
don't check exc_info() in finally, after except Exception as e: block sys module stops tracking it https://docs.python.org/3/reference/compound_stmts.html#try https://docs.python.org/3/library/sys.html#sys.exception
finally
except Exception as e:
don't check exc_info() in
finally
, afterexcept Exception as e:
block sys module stops tracking it https://docs.python.org/3/reference/compound_stmts.html#try https://docs.python.org/3/library/sys.html#sys.exception8603 caused error to appear in the log, but build itself was never stopped properly