s4-dsdb: Use a raw python string to avoid creating and invalid escape sequence
commitcc38a61442ddf8313225678ede19849a8388975a
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 27 Sep 2022 01:49:00 +0000 (27 14:49 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 21 Oct 2022 03:57:33 +0000 (21 03:57 +0000)
tree94e8cab2416a0cf5481c5494fd956d683110a87c
parent16b7c1f3d8a81113ca9f49d218e9e21309919780
s4-dsdb: Use a raw python string to avoid creating and invalid escape sequence

While the invalid escape sequence worked and was passed to the LDB
layer for it's use, linting tools will complain so we should not do
this.  We don't want to get caught out when a future python version
becomes more strict.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/dsdb/tests/python/sam.py