Skip to content

Commit fb63b35

Browse files
committed
Null check to docker volumes
1 parent 64f36fa commit fb63b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/SequencePipelineServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public Collection<String> getDockerVolumes(Container c)
491491
}
492492
}
493493

494-
return null;
494+
return input;
495495
}
496496

497497
@Override

0 commit comments

Comments
 (0)