Skip to content

Commit f06440b

Browse files
committed
Use resolveFile()
1 parent 0bbf7ea commit f06440b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ public ApiResponse execute(ValidateReadsetImportForm form, BindException errors)
11431143
FileLike base = root.getRootFileLike();
11441144

11451145
if (form.getPath() != null)
1146-
base = base.resolveChild(form.getPath());
1146+
base = base.resolveFile(new Path(form.getPath()));
11471147

11481148
for (String fileName : form.getFileNames())
11491149
{

0 commit comments

Comments
 (0)