cschlaffner / PROTzilla2

12 stars 0 forks source link

BUG: Error on reading step results in empty step manager #505

Closed henninggaertner closed 1 week ago

henninggaertner commented 2 weeks ago

What is the issue?

When an unknown step is encountered, the StepFactory throws an error, causing the entire reading of the run to fail.

How to reproduce the issue?

Insert a gibberish step type / rename an existing step type to something nonsensical.

What is the expected behavior?

The unreadable step should be skipped, and the remaining steps read normally.