Skip to content

Commit 9024bad

Browse files
author
Giovanni Manghi
committed
fix modeller with saga tools
1 parent d99d2fd commit 9024bad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,14 @@ def processAlgorithm(self, progress):
246246

247247
# Do not export is the output is not a final output
248248
# of the model
249-
if self.model is not None and optim:
250-
for subalg in self.model.algOutputs:
251-
if out.name in subalg:
252-
if subalg[out.name] is not None:
253-
dontExport = False
254-
break
255-
if dontExport:
256-
continue
249+
#if self.model is not None and optim:
250+
# for subalg in self.model.algOutputs:
251+
# if out.name in subalg:
252+
# if subalg[out.name] is not None:
253+
# dontExport = False
254+
# break
255+
# if dontExport:
256+
# continue
257257

258258
if self.cmdname == 'RGB Composite':
259259
if isWindows() or isMac() or not saga208:

0 commit comments

Comments
 (0)