mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 07:15:33 +00:00
![]() Fix the following warning: tests/topotests/bgp_srv6l3vpn_sid/test_bgp_srv6l3vpn_sid.py:42 /media/SharedUTM/workspace/frr/tests/topotests/bgp_srv6l3vpn_sid/test_bgp_srv6l3vpn_sid.py:42: DeprecationWarning: invalid escape sequence '\ ' In test_bgp_srv6l3vpn_sid.py we have a comment containing some '\' characters. Python mistakenly tries to interpret such "\" characters as escape sequences, which leads to the above warning. Let's tell Python to treat the comment as a raw string, so that it simply treats backslashes as literal characters rather than escape sequences. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com> |
||
---|---|---|
.. | ||
ce1 | ||
ce2 | ||
ce3 | ||
ce4 | ||
ce5 | ||
ce6 | ||
r1 | ||
r2 | ||
test_bgp_srv6l3vpn_sid.py |