Skip to content

Commit 4798c97

Browse files
committed
Fix typo
1 parent 759d8d0 commit 4798c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ private void importReadsets() throws PipelineJobException
361361
row.setReadData(readDatasToCreate);
362362

363363
SequenceReadsetImpl newRow;
364-
if (!readsetWillBeCreated)
364+
if (readsetWillBeCreated)
365365
{
366366
newRow = Table.insert(getJob().getUser(), readsetTable, row);
367367
getJob().getLogger().info("Created readset: " + newRow.getReadsetId());

0 commit comments

Comments
 (0)