Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wmcclinton committed Nov 2, 2023
1 parent 7c9f7e8 commit db10dfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions predicators/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ def _run_testing(env: BaseEnv, approach: BaseApproach) -> Metrics:
win.nodelay(True)
win.addstr(
0, 0,
"VIDEO CREATION MODE: You have time to position the iggui window \
to the location you want for recording. Type 'q' to indicate you \
have finished positioning: ")
"VIDEO CREATION MODE: You have time to position the \
iggui window to the location you want for recording. \
Type 'q' to indicate you have finished positioning: ")
flag = win.getch()
while flag == -1 or chr(flag) != 'q':
env.igibson_behavior_env.step(
Expand Down

0 comments on commit db10dfc

Please sign in to comment.