Skip to content

Commit

Permalink
Merge branch '2024-10-11-fix-rollback_session' of https://github.com/…
Browse files Browse the repository at this point in the history
…QGEP/qgepqwat2ili into 2024-10-11-fix-rollback_session
  • Loading branch information
sjib committed Oct 11, 2024
2 parents 9acb9a6 + aa9d1c2 commit fe07fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qgepqwat2ili/gui/gui_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def rollback_session(self):
self.session.rollback()

iface.messageBar().pushMessage("Error", "An error occurred: rollback_session activated!", level=Qgis.Warning)

iface.messageBar().pushMessage("Error", "Import was canceled", level=Qgis.Warning)
self.session.close()

Expand Down

0 comments on commit fe07fc0

Please sign in to comment.