Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrg-rti committed Oct 23, 2024
1 parent d1f1729 commit 8484b13
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ def publisher_main(domain_id, sample_count):
# Define a handler for the Status Condition
def status_handler(_):
st = writer.publication_matched_status
print(f"Publication matched changed => Matched readers = {st.current_count}")
print(
f"Publication matched changed => Matched readers = {st.current_count}"
)

status_condition.set_handler(status_handler)

Expand Down

0 comments on commit 8484b13

Please sign in to comment.