Skip to content

Commit 5d3128f

Browse files
Test fixes,
1 parent c0cc8ea commit 5d3128f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,9 @@ protected void addCustomParams(JSONObject params)
161161
params.put("labkeyFolderPath", getContainer().isWorkbook() ? getContainer().getParent().getPath() : getContainer().getPath());
162162
}
163163

164-
private Path _getLogFile()
164+
private FileLike _getLogFile()
165165
{
166-
var file = FileUtil.findUniqueFileName((FileUtil.makeLegalName(_jobName) + ".log"), getDataDirectoryFileObject());
167-
return file.toNioPathForWrite();
166+
return FileUtil.findUniqueFileName((FileUtil.makeLegalName(_jobName) + ".log"), getDataDirectoryFileObject());
168167
}
169168

170169
@Override

0 commit comments

Comments
 (0)