Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Feb 20, 2024
1 parent 20bf4e7 commit 93e47d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogs/tool/convertlayerdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def startConversion(self):
QgsMessageLog.logMessage('Started task "{}"'.format(
filename),
"Convert Layer Dialog", Qgis.Info)
if filename == "":
if filename[0] == "":
return
progress = QProgressDialog("Loading Layer and converting it to : " + str(filename), "Abort", 0, 0, self)
progress.setWindowModality(Qt.WindowModal)
Expand Down

0 comments on commit 93e47d3

Please sign in to comment.