Skip to content

Commit

Permalink
Update bridgestyle, fix info string in error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSander committed Jun 26, 2024
1 parent 6ec2463 commit ebacfdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geocatbridge/errorhandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def handleError(errors):
stacktrace = ''.join(errors).strip()
main_error = errors[-1]
bridge_label = feedback.translate(f'{meta.getShortAppName()} version')
bridge_version = feedback.translate(f'{meta.getLongAppName()} for QGIS v{meta.getVersion()}')
bridge_version = feedback.translate(f'{meta.getLongAppName()} v{meta.getVersion()}')
version_label = feedback.translate('Python version')
qgis_label = feedback.translate('QGIS version')
qgis_version = f'{Qgis().version()} ({Qgis().releaseName()} {Qgis.QGIS_DEV_VERSION})'
Expand Down
2 changes: 1 addition & 1 deletion geocatbridge/libs/bridgestyle

0 comments on commit ebacfdc

Please sign in to comment.