Skip to content

Commit

Permalink
take out f string as there is not variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Oct 11, 2024
1 parent 0b3256f commit 9acb9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/gui/gui_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def refresh_editor(self, editor):
def rollback_session(self):
self.session.rollback()

iface.messageBar().pushMessage("Error", f"An error occurred: rollback_session activated!", level=Qgis.Warning)
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 9acb9a6

Please sign in to comment.