From 9e2126c302c18751f3be9ede49985d2b8fb39052 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Wed, 5 Jul 2023 16:22:01 +0000 Subject: [PATCH] repo clean-up - fix references to config yaml Issue-ID: OAM-346 Change-Id: Ib55f2c51c8b48f1bd0f1b577f6954effe502f211 Signed-off-by: demx8as6 --- code/client-scripts-ves-v7/globalVesEventEmitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client-scripts-ves-v7/globalVesEventEmitter.py b/code/client-scripts-ves-v7/globalVesEventEmitter.py index 26c3879..4fc15a9 100644 --- a/code/client-scripts-ves-v7/globalVesEventEmitter.py +++ b/code/client-scripts-ves-v7/globalVesEventEmitter.py @@ -81,7 +81,7 @@ def getInitData(domain, stndBody=''): result['interface']= "urn:ietf:params:xml:ns:yang:ietf-interfaces:interfaces/interface/name='O-RAN-SC-OAM'" # Read config - with open('config.yml', 'r') as stream: + with open('config.yaml', 'r') as stream: try: result['config']= yaml.safe_load(stream) except yaml.YAMLError as exc: -- 2.16.6