RIAPS / riaps-pycom

Python implementation of the RIAPS component model
Apache License 2.0
7 stars 8 forks source link

Formatted exception gets sent up rather than buffering in stderr #172

Closed timkrentz closed 5 years ago

timkrentz commented 5 years ago

RIAPS component code exceptions are better seen in sequence with their nearest logging statements. Before this change, exception printouts were buffered in stderr and took a long time to appear, if at all. This change formats the exceptions and forces deplo to print it.

timkrentz commented 5 years ago

Orig branch should be from develop, not master