Skip to content

Commit

Permalink
Fix message in otap example #15
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendalRaoul authored Mar 31, 2023
1 parent 0357628 commit 204346b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_otap.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
elif args.cmd == "immediately":
print("Set propagate and process")
if not otapHelper.set_propagate_and_process_scratchpad_to_all_sinks():
print("Cannot set propagate and process only for delay %s" % delay)
print("Cannot set propagate and process only")
elif args.cmd == "delayed":
print("Set propagate and process with 5 days delay")
if not otapHelper.set_propagate_and_process_scratchpad_to_all_sinks(delay=wmm.ProcessingDelay.DELAY_FIVE_DAYS):
Expand Down

0 comments on commit 204346b

Please sign in to comment.