forked from MirrorHub/synapse
77cda342be
* Usage that is compatible with Python 3.8 and 3.11 > Since Python 3.10, instead of passing value and tb, an exception object can be passed as the first argument. If value and tb are provided, the first argument is ignored in order to provide backwards compatibility. > > -- https://docs.python.org/3/library/traceback.html * Add changelog
1 line
93 B
Text
1 line
93 B
Text
Print full error and stack-trace of any exception that occurs during startup/initialization.
|