nismod / smif

Simulation Modelling Integration Framework
http://www.itrc.org.uk
MIT License
22 stars 6 forks source link

cli verbose usage hides tracebacks #337

Closed willu47 closed 5 years ago

willu47 commented 5 years ago

smif -vv run digital_comms_test is not equal to smif run -vv digital_comms_test

In the former, tracebacks are always hidden, in the latter, then the traceback functionality works as intended.