Skip to content

Commit d4e59ee

Browse files
Fix assorted tests
1 parent e3b3f68 commit d4e59ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SkylineToolsStore/src/org/labkey/skylinetoolsstore/SkylineToolsStoreController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ public ModelAndView getView(DownloadFileForm form, BindException errors) throws
11801180
}
11811181
else
11821182
{
1183-
PageFlowUtil.streamFile(getViewContext().getResponse(), downloadFile, true);
1183+
PageFlowUtil.streamFile(getViewContext().getResponse(), downloadFile.toPath(), true);
11841184
return null;
11851185
}
11861186
}

0 commit comments

Comments
 (0)