Skip to content

Commit 0004812

Browse files
committed
fix(runCom9MoTVoellmy_algorithm): correct target directory for sourceND
1 parent 5cf3eb0 commit 0004812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runCom9MoTVoellmy_algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def processAlgorithm(self, parameters, context, feedback):
356356
cF.copyRaster(sourceTAUC, targetDir / "Inputs" / "RASTERS", "_tauc")
357357

358358
if sourceND is not None:
359-
cF.copyRaster(sourceND, targetDir / "Inputs" / "RASTERS", "_nd")
359+
cF.copyRaster(sourceND, targetDir / "Inputs" / "RES", "_nd")
360360

361361
if sourceBHD is not None:
362362
cF.copyRaster(sourceBHD, targetDir / "Inputs" / "RASTERS", "_bhd")

0 commit comments

Comments
 (0)