Skip to content

Commit

Permalink
msg popup if class bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nkarasiak committed Feb 20, 2016
1 parent 65d9f61 commit 5c67e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion historical_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,4 @@ def runClassify(self):

except:
QgsMessageLog.logMessage("Problem while classifying "+inFilteredStep3+" with model "+inModel)
QtGui.QMessageBox.warning(self, 'Problem while classifying', 'Something went wrong, please so log', QtGui.QMessageBox.Ok)
QtGui.QMessageBox.warning(self, 'Problem while classifying', 'Something went wrong, please show log. If your system is Windows, we\'re working on it', QtGui.QMessageBox.Ok)

0 comments on commit 5c67e7e

Please sign in to comment.