Skip to content

Commit

Permalink
add error pint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Nov 27, 2023
1 parent 68736f2 commit a4087b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unit-tests/py/rspy/acroname.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ def connect( reset = False, req_spec = None ):
log.d("resetting Acroname...")
result = hub.system.reset()
# According to brainstem support:
# Result error is expected so we do not test it
# Result error is expected, so we do not check it
# * there is also a brainstem internal console print on Linux "error release -4"
# Disconnection is needed after a reset command
hub.disconnect()

Expand Down

0 comments on commit a4087b9

Please sign in to comment.