glossarist / iev-data

1 stars 1 forks source link

Runing with --profile CLI option suppresses stack trace #175

Closed skalee closed 3 years ago

skalee commented 3 years ago

In case of runtime error, program usually halts execution, and prints a stack trace. But when --profile option is on, no stack trace is printed, and program typically continues with half-processed concepts, writes them to files, and then exists without error. This inconsistency is unintended.