fix: set string to raw
parent
34db1985f3
commit
ec31181c3a
|
@ -37,7 +37,7 @@ class NXCModule:
|
||||||
|
|
||||||
def on_admin_login(self, context, connection):
|
def on_admin_login(self, context, connection):
|
||||||
if not self.ca:
|
if not self.ca:
|
||||||
context.log.fail("Please provide a valid CA server and CA name (CA_SERVER\CA_NAME)")
|
context.log.fail(r"Please provide a valid CA server and CA name (CA_SERVER\CA_NAME)")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
host = connection.host
|
host = connection.host
|
||||||
|
|
Loading…
Reference in New Issue