We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8db5d commit 9e66e15Copy full SHA for 9e66e15
python/plugins/processing/tools/vector.py
@@ -653,7 +653,7 @@ def _runSQL(sql):
653
extension = 'shp'
654
self.destination = self.destination + '.shp'
655
656
- if geometryType == QgsWkbTypes.NullGeometry:
+ if geometryType == QgsWkbTypes.NoGeometry:
657
if extension == 'shp':
658
extension = 'dbf'
659
self.destination = self.destination[:self.destination.rfind('.')] + '.dbf'
0 commit comments