beanlab / quest_framework

A Python framework for fault-tolerant workflows
0 stars 0 forks source link

Fix step rethrow exception #15

Open byubean opened 5 months ago

byubean commented 5 months ago

historian.py:583 isn't working

Probably need to store module and name of exception so we can re-import exception type from module and properly rethrow it.