mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix modeller with saga tools
This commit is contained in:
parent
d99d2fd97c
commit
9024badc60
@ -246,14 +246,14 @@ class SagaAlgorithm(GeoAlgorithm):
|
||||
|
||||
# Do not export is the output is not a final output
|
||||
# of the model
|
||||
if self.model is not None and optim:
|
||||
for subalg in self.model.algOutputs:
|
||||
if out.name in subalg:
|
||||
if subalg[out.name] is not None:
|
||||
dontExport = False
|
||||
break
|
||||
if dontExport:
|
||||
continue
|
||||
#if self.model is not None and optim:
|
||||
# for subalg in self.model.algOutputs:
|
||||
# if out.name in subalg:
|
||||
# if subalg[out.name] is not None:
|
||||
# dontExport = False
|
||||
# break
|
||||
# if dontExport:
|
||||
# continue
|
||||
|
||||
if self.cmdname == 'RGB Composite':
|
||||
if isWindows() or isMac() or not saga208:
|
||||
|
Loading…
x
Reference in New Issue
Block a user