Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: pathmapper <pathmapper@posteo.de>
  • Loading branch information
Vbialk and pathmapper authored Feb 22, 2023
1 parent 5c14ec6 commit 005f62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flurstuecks_finder_nrw.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
from lxml import etree

except (ModuleNotFoundError, ImportError) as module_error:
error_string = f"[Flurstücksfinder NRW Fehler]: {module_error.args[0]} - Module kann nicht importiert werden. Bitte überprüfen Sie, ob das Module installiert ist!"
error_string = f"[Flurstücksfinder NRW Fehler]: {module_error.args[0]} - Modul kann nicht importiert werden. Bitte überprüfen Sie, ob dieses Python-Modul installiert ist!"
QgsMessageLog.logMessage(error_string, "Flurstücksfinder NRW", level=Qgis.Critical)
iface.messageBar().pushMessage(error_string, level=Qgis.Critical, duration=10)
iface.messageBar().pushMessage(error_string, level=Qgis.Critical)
sys.exit(error_string)

# Initialize Qt resources from file resources_rc.py
Expand Down
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repository=https://github.com/kreis-viersen/flurstuecksfinder-nrw
hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=v1.3.1:
- Fehlermeldung bei Start des Plugins ergänzt, wenn ein Module nicht importiert werden kann
- Fehlermeldung beim Laden des Plugins ergänzt, wenn ein Python-Modul nicht importiert werden kann
v1.3.0:
- Es wird mindestens QGIS 3.22 benötigt
- Fehler behoben und Meldung hinzugefügt, wenn KBS des WFS nicht ermittelt werden kann
Expand Down

0 comments on commit 005f62b

Please sign in to comment.