Skip to content

Commit

Permalink
Merge pull request #38 from Brennmeister/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Galoshi authored May 8, 2024
2 parents b203e1b + b641b5e commit 120c22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PCIC_TCP_config_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
print("Executing trigger...")
trigger_result = pcic.execute_asynchronous_trigger()

# Read next answer is trigger was successful
# Read next answer if trigger was successful
if trigger_result == "*":
answer = pcic.read_next_answer()
print(answer[1].decode())
Expand Down

0 comments on commit 120c22f

Please sign in to comment.