Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 738f612

Browse filesBrowse files
committed
Correct typo
1 parent 5863219 commit 738f612
Copy full SHA for 738f612

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/TaskFileManagerImpl.java
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.