Skip to content

Commit

Permalink
I'm not exactly sure what the folder import flow is, but this seems t…
Browse files Browse the repository at this point in the history
…o kill lots of folder imports (bad for passing daily suites).
  • Loading branch information
labkey-matthewb committed Aug 16, 2023
1 parent 28db765 commit d88d8ab
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ public void process(@Nullable PipelineJob job, FolderImportContext ctx, VirtualF
return;
}

if (null == job)
{
log.error("Pipeline job not found.");
return;
}

if (job instanceof CopyExperimentPipelineJob expJob)
{
File targetFiles = new File(targetRoot.getPath(), FileContentService.FILES_LINK);
Expand Down

0 comments on commit d88d8ab

Please sign in to comment.