Skip to content

Commit 738f612

Browse files
committed
Correct typo
1 parent 5863219 commit 738f612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/TaskFileManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ private void doCopyFile(File input, Collection<RecordedAction> actions, @Nullabl
986986
return;
987987
}
988988

989-
String path = _wd.getRelativePath()FileSystemLike.wrapFile(input));
989+
String path = _wd.getRelativePath(FileSystemLike.wrapFile(input));
990990
File dest = FileUtil.appendPath(getSupport().getAnalysisDirectory().toNioPathForRead().toFile(), Path.parse(path));
991991
_job.getLogger().debug("to: " + dest.getPath());
992992

0 commit comments

Comments
 (0)