Skip to content

Commit

Permalink
Try passing BasicActivator
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Sep 24, 2024
1 parent d9d33ff commit 57915f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public override void Execute()

////////////////////////////////////////////////////////////////////////////////////////////////

var checker = new CheckEntireDataLoadProcess(NewLoadMetadata, new HICDatabaseConfiguration(NewLoadMetadata), new HICLoadConfigurationFlags());
var checker = new CheckEntireDataLoadProcess(BasicActivator, NewLoadMetadata, new HICDatabaseConfiguration(NewLoadMetadata), new HICLoadConfigurationFlags());
checker.Check(new AcceptAllCheckNotifier());
}

Expand Down Expand Up @@ -328,4 +328,4 @@ private void SetArgument(IArgument[] args, string property, object value)
arg.SetValue(value);
arg.SaveToDatabase();
}
}
}

0 comments on commit 57915f6

Please sign in to comment.