aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmiss_htbt_service/misshtbtd.py1
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)