Skip to content

Commit 0bbd50e

Browse files
committed
Fix syntax error dla WFS EGIB
1 parent 53c38d1 commit 0bbd50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/downloadWfsEgibTask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def finished(self, result):
5959
"""W ramach powiatu mogą wystąpić prawidłowe warswy oraz nieprawidłowe - ta informacja zostanie przedstawiona
6060
użytkownikowi w osobnym okienku"""
6161

62-
if result and self.name_error == "brak" not self.exception:
62+
if result and self.name_error == "brak" and not self.exception:
6363
QgsMessageLog.logMessage('sukces')
6464
self.iface.messageBar().pushMessage("Sukces", "Udało się! Dane EGiB dla powiatów zostały pobrane.",
6565
level=Qgis.Success, duration=0)

0 commit comments

Comments
 (0)