From 145b937d3d8e3734d987b5486fe861f660c6e79b Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 26 Nov 2019 11:51:54 -0600 Subject: T1801: move escaping of backslashes into configtree --- python/vyos/configtree.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'python/vyos/configtree.py') diff --git a/python/vyos/configtree.py b/python/vyos/configtree.py index 77cffe90b..0274f3573 100644 --- a/python/vyos/configtree.py +++ b/python/vyos/configtree.py @@ -18,6 +18,12 @@ import json from ctypes import cdll, c_char_p, c_void_p, c_int +def escape_backslash(string: str) -> str: + """Escape single backslashes in string that are not in escape sequence""" + p = re.compile(r'(?