From 89b2a0184eae00344bfe9474339db3a69611c60b Mon Sep 17 00:00:00 2001 From: Gokul Singaraju Date: Mon, 11 Jun 2018 14:33:22 -0400 Subject: Fix cbs file path passed Issue-ID: DCAEGEN2-279 Change-Id: I3f78eb87ce4c6eba30efb8d2ef91e3f187b4e7f7 Signed-off-by: Gokul Singaraju --- miss_htbt_service/misshtbtd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/miss_htbt_service/misshtbtd.py b/miss_htbt_service/misshtbtd.py index 1c89b2d..02433e9 100755 --- a/miss_htbt_service/misshtbtd.py +++ b/miss_htbt_service/misshtbtd.py @@ -88,6 +88,7 @@ if __name__ == '__main__': print(msg) with open(current_runtime_config_file_name, 'w') as outfile: json.dump(tds.c_config, outfile) + jsfile = current_runtime_config_file_name else: msg = "CBS Config not available using local config" logger.error(msg) -- cgit 1.2.3-korg