Skip to content

Commit

Permalink
Update dzetsaka.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nkarasiak authored Dec 21, 2016
1 parent ff1bceb commit f311547
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dzetsaka.py
Original file line number Diff line number Diff line change
Expand Up @@ -1000,13 +1000,12 @@ def runMagic(self):

# Confidence map

if self.dockwidget.checkInConfidence.isChecked():
if self.dockwidget.checkInConfidence.isChecked() and self.enableConfidence:
confidenceMap = self.dockwidget.outConfidenceMap.text()
elif self.enableConfidence:
confidenceMap = None
else :
confidenceMap = None

QgsMessageLog.logMessage('confidenceMap to None')
QgsMessageLog.logMessage(confidenceMap)


inMask=self.dockwidget.inMask.text()
Expand Down

0 comments on commit f311547

Please sign in to comment.