fixed issue when reading xml file and not associating node with emane model, causing error for grpc
This commit is contained in:
parent
18a6442c8e
commit
86b0c07764
2 changed files with 22 additions and 1 deletions
|
@ -22,3 +22,11 @@ class CoreError(Exception):
|
|||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class CoreXmlError(Exception):
|
||||
"""
|
||||
Used when there was an error parsing a CORE xml file.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue