Skip to content

Commit

Permalink
Merge pull request #1 from commaai/escape-backslash
Browse files Browse the repository at this point in the history
 Escape backlashes in bottleneck.py
  • Loading branch information
jnewb1 authored Sep 29, 2023
2 parents 2f8379a + 4334fb7 commit 6711a36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadrive/component/pgblock/bottleneck.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def get_intermediate_spawn_lanes(self):

class Merge(Bottleneck):
"""
-----\
\
-----\\
\\
-------------------
-------------------
/
Expand Down Expand Up @@ -180,8 +180,8 @@ class Split(Bottleneck):
/
-------------------
-------------------
\
\-----
\\
\\-----
OutBottlecneck
"""
ID = "Y"
Expand Down

0 comments on commit 6711a36

Please sign in to comment.