fixed issue when reading xml file and not associating node with emane model, causing error for grpc

This commit is contained in:
Blake Harnden 2020-04-15 11:44:14 -07:00
parent 18a6442c8e
commit 86b0c07764
2 changed files with 22 additions and 1 deletions

View file

@ -22,3 +22,11 @@ class CoreError(Exception):
"""
pass
class CoreXmlError(Exception):
"""
Used when there was an error parsing a CORE xml file.
"""
pass