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:
committed by
Andrew Bartlett
parent
12f1c7825d
commit
b068592dd0
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user