Skip to content

Commit 0f7b294

Browse files
committed
Bugfix to SequenceAnalysisMaintenanceTask
1 parent 695ff7c commit 0f7b294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/SequenceAnalysisMaintenanceTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ private void inspectSequenceDir(File sequenceDir, Set<File> expectedSequences, L
597597
if (!stream.iterator().hasNext())
598598
{
599599
FileUtils.deleteDirectory(child);
600-
return;
600+
continue;
601601
}
602602
}
603603

0 commit comments

Comments
 (0)