Skip to content

Commit 49c9a24

Browse files
committed
Fix typo
1 parent a609851 commit 49c9a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/util/AbstractGenomicsDBImportHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ private void copyWorkspace(JobContext ctx, File sourceWorkspace, File destinatio
714714
if (alwaysPerformRsync)
715715
{
716716
ctx.getLogger().debug("deleting existing done file: " + copyDone.getPath());
717-
copyDone.exists();
717+
copyDone.delete();
718718
}
719719
else
720720
{

0 commit comments

Comments
 (0)