Skip to content

Commit b073bfa

Browse files
committed
remove unused variable
1 parent 9c17cdd commit b073bfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

genotyping/src/org/labkey/genotyping/GenotypingController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,8 +1194,7 @@ public boolean handlePost(AnalyzeForm form, BindException errors) throws Excepti
11941194

11951195
PipeRoot root = PipelineService.get().findPipelineRoot(getContainer());
11961196

1197-
FileLike readsPath = run.getWorkingDir();
1198-
FileLike readsFile = readsPath.resolveChild(run.getFileName());
1197+
FileLike readsFile = run.getWorkingDir().resolveChild(run.getFileName());
11991198
ViewBackgroundInfo vbi = new ViewBackgroundInfo(getContainer(), getUser(), getViewContext().getActionURL());
12001199

12011200
String sequencesViewName = form.getSequencesView();

0 commit comments

Comments
 (0)