Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 16, 2023
1 parent 26f914c commit 262f0f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acto/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,8 @@ def run(self, modes: list = ['normal', 'overspecified', 'copiedover']) -> List[R
self.checker_type, self.operator_config.wait_time,
self.custom_on_init, self.custom_oracle, self.workdir_path,
self.cluster, i, self.sequence_base, self.dryrun,
self.is_reproduce, self.apply_testcase_f, self.acto_namespace)
self.is_reproduce, self.apply_testcase_f, self.acto_namespace,
self.operator_config.diff_ignore_fields)
runners.append(runner)

if 'normal' in modes:
Expand Down

0 comments on commit 262f0f6

Please sign in to comment.