From a2dc03773d39a1ed4c19a8d5ab874af3189ae65f Mon Sep 17 00:00:00 2001 From: Marshall Hallenbeck Date: Wed, 20 Sep 2023 09:13:29 -0400 Subject: [PATCH] nxcdb: fix escaping sequence --- nxc/nxcdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxc/nxcdb.py b/nxc/nxcdb.py index ab6b41f4..d4266813 100644 --- a/nxc/nxcdb.py +++ b/nxc/nxcdb.py @@ -251,7 +251,7 @@ class DatabaseNavigator(cmd.Cmd): entry = ( share[0], # shareID share_host, # hosts - f"{user[1]}\{user[2]}", # userID + f"{user[1]}\\{user[2]}", # userID share[3], # name share[4], # remark bool(share[5]), # read