Skip to content

Commit

Permalink
Escape backlashes in bottleneck.py (#504)
Browse files Browse the repository at this point in the history
escape backslashes
  • Loading branch information
jnewb1 committed Oct 2, 2023
1 parent e47db11 commit 72e842c
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 72e842c

Please sign in to comment.