summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2022-06-13 01:12:00 +0200
committeremkael <emkael@tlen.pl>2022-06-13 01:12:00 +0200
commitd4336124a1e3a4dab683500cbb7870e5f05f9cfb (patch)
tree1dff29d835e59f2af8ff5123605ce1a8c6c39f5b
parentc1df2239c5d09a03768439714550dd01ebe917c4 (diff)
Missing expection importHEADmaster
-rw-r--r--bcdd/PBNBoard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcdd/PBNBoard.py b/bcdd/PBNBoard.py
index 0430dfa..b08979a 100644
--- a/bcdd/PBNBoard.py
+++ b/bcdd/PBNBoard.py
@@ -1,7 +1,7 @@
import re
from .BCalcWrapper import BCalcWrapper
-from .Exceptions import FieldNotFoundException
+from .Exceptions import FieldNotFoundException, DDTableInvalidException
class PBNField(object):