beanlab / quest_framework

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

Fix step rethrow exception #15

Open byubean opened 10 months ago

byubean commented 10 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.