Skip to content

Commit

Permalink
don't use trace in approval demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Dec 7, 2024
1 parent 7d7e197 commit ac1c8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/approval/approval.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ async def approve(

if __name__ == "__main__":
approval = (Path(__file__).parent / "approval.yaml").as_posix()
eval(approval_demo(), approval=approval, trace=True)
eval(approval_demo(), approval=approval)

0 comments on commit ac1c8ba

Please sign in to comment.