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 88952bb + 488da66 commit 8999084Copy full SHA for 8999084
src/tools/qgepnetwork.py
@@ -185,7 +185,7 @@ def refresh(self):
185
query = QSqlQuery(db)
186
if not query.exec_(query_template):
187
str_result = query.lastError().text()
188
- self.message_emitted.emit(self.tr("Warning"), str_result, QgsMessageBar.CRITICAL)
+ self.message_emitted.emit(self.tr("Warning"), str_result, Qgis.Critical)
189
else:
190
self.message_emitted.emit(self.tr("Success"), "vw_network_node successfully updated", Qgis.Success)
191
# recreate networkx graph
0 commit comments