We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ea536 commit f05b534Copy full SHA for f05b534
ORStools/utils/router.py
@@ -117,5 +117,6 @@ def route_as_layer(dlg):
117
clnt_msg += f'<a href="{clnt.url}">{clnt.url}</a><br>Parameters:<br>{json.dumps(params, indent=2)}'
118
dlg.debug_text.setHtml(clnt_msg)
119
120
+
121
def tr(self, string: str) -> str:
122
return QCoreApplication.translate(str(self.__class__.__name__), string)
0 commit comments