Skip to content

Commit

Permalink
[processing][SAGA] Fix default output format for geometry-less tables
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 3, 2018
1 parent 4bca783 commit ef2fff0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
Expand Up @@ -140,6 +140,9 @@ def supportedOutputRasterLayerExtensions(self):
def supportedOutputVectorLayerExtensions(self):
return ['shp', 'dbf']

def supportedOutputTableExtensions(self):
return ['dbf']

def supportsNonFileBasedOutput(self):
"""
SAGA Provider doesn't support non file based outputs
Expand Down

0 comments on commit ef2fff0

Please sign in to comment.