File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
python/plugins/processing/algs/saga Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments