1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

python: Fix invalid escape sequences

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2023-08-25 13:56:21 +12:00
committed by Andrew Bartlett
parent 12f1c7825d
commit b068592dd0
4 changed files with 38 additions and 38 deletions

View File

@@ -192,7 +192,7 @@ def compile_graph_key(key_items, nodes_above=None, elisions=None,
short = short[1:]
long = long[1:]
elision_str += ('\nelision%d[shape=plaintext; style=solid; '
'label="\%s” means “%s\\r"]\n'
'label="\\%s” means “%s\\r"]\n'
% ((i, short, long)))
above_lines = []