From 6ff1908235e0b0518b73118bd212acf28cf6e2cf Mon Sep 17 00:00:00 2001 From: David Vo Date: Fri, 3 Jan 2025 14:16:38 +1100 Subject: [PATCH] cli_create_physics: Fix SyntaxWarning pyfrc/mains/cli_create_physics.py:5: SyntaxWarning: invalid escape sequence '\o' physics_starter = ''' --- pyfrc/mains/cli_create_physics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfrc/mains/cli_create_physics.py b/pyfrc/mains/cli_create_physics.py index 548adda..9c846c7 100644 --- a/pyfrc/mains/cli_create_physics.py +++ b/pyfrc/mains/cli_create_physics.py @@ -2,7 +2,7 @@ import sys -physics_starter = ''' +physics_starter = r''' # # See the documentation for more details on how this works #