some bugfixes
This commit is contained in:
@ -153,6 +153,8 @@ class EventParser(FileParser):
|
||||
event_full_match.group(3)
|
||||
)
|
||||
severity = event_full_match.group(4)
|
||||
if self.obsw_root_path is not None:
|
||||
file_name = os.path.relpath(file_name, self.obsw_root_path)
|
||||
self.mib_table.update({full_id: (name, severity, description, file_name)})
|
||||
self.count = self.count + 1
|
||||
|
||||
|
Reference in New Issue
Block a user