Skip to content

Commit 3272950

Browse files
committed
[processing][SAGA] Fix default output format for geometry-less tables
(cherry picked from commit ef2fff0)
1 parent 6f75f7c commit 3272950

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/plugins/processing/algs/saga/SagaAlgorithmProvider.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ def supportedOutputRasterLayerExtensions(self):
140140
def supportedOutputVectorLayerExtensions(self):
141141
return ['shp', 'dbf']
142142

143+
def supportedOutputTableExtensions(self):
144+
return ['dbf']
145+
143146
def supportsNonFileBasedOutput(self):
144147
"""
145148
SAGA Provider doesn't support non file based outputs

0 commit comments

Comments
 (0)