diff -r c6068b674b30 -r b5c6bb72bfc9 opc_ua/client.py --- a/opc_ua/client.py Tue Oct 25 18:51:45 2022 +0200 +++ b/opc_ua/client.py Thu Nov 03 17:43:30 2022 +0100 @@ -67,7 +67,6 @@ - @@ -115,9 +114,6 @@ # cryptomaterial is expected to be in project's user provide file directory if name in ["Certificate","PrivateKey"]: value = os.path.join(self.GetCTRoot()._getProjectFilesPath(), value) - # ApplicationUri defaults to URI if not set - if name == "ApplicationUri" and not value: - value = res["URI"] res[name] = value return res