1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00
Marian Buschsieweke 5a342e8a4b
tests/sys/shell: fix invalid escaping in test
This fixes:

    /home/marian.buschsieweke@ml-pa.loc/Repos/software/RIOT/master/tests/sys/shell/tests/01-run.py:86: SyntaxWarning: invalid escape sequence '\e'

Python still assumes `\\<char>` if `\<char>` is not valid, but started
to warn. Chances are good that this will be elevated to an error in
future python releases.
2024-11-25 11:12:32 +01:00
..
2024-01-30 09:31:00 +01:00
2024-06-11 18:26:14 +02:00
2024-10-18 13:14:04 +02:00
2023-05-14 21:08:31 +02:00
2024-01-30 09:31:00 +01:00