diff options
author | Gokul Singaraju <gs244f@att.com> | 2018-06-11 14:33:22 -0400 |
---|---|---|
committer | Gokul Singaraju <gs244f@att.com> | 2018-06-11 14:35:13 -0400 |
commit | 89b2a0184eae00344bfe9474339db3a69611c60b (patch) | |
tree | a3f08280c5388df54674bca35139ac9c917d48f4 | |
parent | 18874aca0fccca66204126388ba029b0de3684e5 (diff) |
Fix cbs file path passed
Issue-ID: DCAEGEN2-279
Change-Id: I3f78eb87ce4c6eba30efb8d2ef91e3f187b4e7f7
Signed-off-by: Gokul Singaraju <gs244f@att.com>
-rwxr-xr-x | miss_htbt_service/misshtbtd.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |