Skip to content

Commit

Permalink
cli_create_physics: Fix SyntaxWarning
Browse files Browse the repository at this point in the history
pyfrc/mains/cli_create_physics.py:5: SyntaxWarning: invalid escape sequence '\o'
  physics_starter = '''
  • Loading branch information
auscompgeek authored Jan 3, 2025
1 parent 792f68b commit 6ff1908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfrc/mains/cli_create_physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys


physics_starter = '''
physics_starter = r'''
#
# See the documentation for more details on how this works
#
Expand Down

0 comments on commit 6ff1908

Please sign in to comment.