We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 535db75 + 497cef1 commit 89bd57aCopy full SHA for 89bd57a
modelbaker/iliwrapper/ilivalidator.py
@@ -118,7 +118,7 @@ def reload(self):
118
coord_y = self.get_element_text(coord.find(ns + "C2"))
119
tech_details = self.get_element_text(error.find(ns + "TechDetails"))
120
121
- if type in ["Error", "Warning"] and message != "...validate failed":
+ if type in ["Error"] and message != "...validate failed":
122
item = QStandardItem()
123
item.setData(id, int(ValidationResultModel.Roles.ID))
124
item.setData(message, int(ValidationResultModel.Roles.MESSAGE))
0 commit comments