Closed fjosw closed 2 years ago
I revisited the NPR application I was working on and found the reason why the result database was not working as expected: The NPR modules where missing the getOutputFiles method.
getOutputFiles
This PR should fix the issue.
Thanks!
I revisited the NPR application I was working on and found the reason why the result database was not working as expected: The NPR modules where missing the
getOutputFiles
method.This PR should fix the issue.