LBYL
This commit is contained in:
parent
15523bed96
commit
a0761ff1ae
|
@ -168,6 +168,7 @@ def registerTest(c):
|
|||
confirmRegistration(c["net"], c["num"])
|
||||
return
|
||||
if sinst["checktype"] == "msg":
|
||||
if "msg" in c.keys():
|
||||
if sinst["checkmsg"] in c["msg"]:
|
||||
confirmRegistration(c["net"], c["num"])
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue