Skip to content

Commit

Permalink
missed import of exception type in the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-wahl committed Oct 12, 2023
1 parent 3cc21ae commit 1a8d00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from common.lib.dataset import DataSet
from common.lib.fourcat_module import FourcatModule
from common.lib.helpers import get_software_version, remove_nuls, send_email
from common.lib.exceptions import WorkerInterruptedException, ProcessorInterruptedException, ProcessorException
from common.lib.exceptions import WorkerInterruptedException, ProcessorInterruptedException, ProcessorException, MapItemException
from common.config_manager import config, ConfigWrapper


Expand Down

0 comments on commit 1a8d00b

Please sign in to comment.