You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Fix checking of resolved outputs in DefaultModuleService #426
The method
DefaultModuleService#getSingleItemis used for both inputs and outputs, but this line only checks the input:scijava-common/src/main/java/org/scijava/module/DefaultModuleService.java
Line 498 in beb6de2
See also #423 (comment).