Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Dec 16, 2024
1 parent 3291de1 commit d93aa82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def generate_command_arguments(
arguments.append("--trace-to json:log")

if dut_config.enhanced_setup_flow:
arguments.append(f"--require-tc-acknowledgements 1")
arguments.append("--require-tc-acknowledgements 1")
arguments.append(
f"--tc-acknowledgements {dut_config.enhanced_setup_flow.tc_user_response}"
)
Expand Down

0 comments on commit d93aa82

Please sign in to comment.