From db10dfca20ee358050cce1f074c2bd694899f24f Mon Sep 17 00:00:00 2001 From: Willie McClinton Date: Thu, 2 Nov 2023 16:33:28 -0400 Subject: [PATCH] fixed lint --- predicators/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/predicators/main.py b/predicators/main.py index 6269a4e55e..b6313b7d49 100644 --- a/predicators/main.py +++ b/predicators/main.py @@ -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(