Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Nov 2, 2021
1 parent 236f8d2 commit df43a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controller/python/test/test_scripts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ def run(self):
# The changing thread will change the value after 3 seconds. If we're waiting more than 10, assume something
# is really wrong and bail out here with some information.
if not handler.cv.wait(10.0):
self.logger.error(f"Failed to receive subscription update")
self.logger.error(
f"Failed to receive subscription update")
break

# thread changes 5 times, and sleeps for 3 seconds in between. Add an additional 3 seconds of slack. Timeout is in seconds.
Expand Down

0 comments on commit df43a89

Please sign in to comment.