mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix runtime error in fTools' spatial join
git-svn-id: http://svn.osgeo.org/qgis/trunk@13398 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
bfe16a904c
commit
90d242df34
@ -86,7 +86,7 @@ class Dialog(QDialog, Ui_Dialog):
|
||||
outName = outPath.right((outPath.length() - outPath.lastIndexOf("/")) - 1)
|
||||
if outName.endsWith(".shp"):
|
||||
outName = outName.left(outName.length() - 4)
|
||||
self.compute(inName, joinName, outPath, summary, sumList, keep, self.progressBar)
|
||||
res = self.compute(inName, joinName, outPath, summary, sumList, keep, self.progressBar)
|
||||
self.outShape.clear()
|
||||
if res:
|
||||
addToTOC = QMessageBox.question(self, self.tr("Spatial Join"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user