From df0accb650da7992a5b20d41ceae72565e3e884d Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Wed, 29 Sep 2021 06:28:43 -0600 Subject: [PATCH] lf_json_convert.py : prefix with conversion to have cookbook_ and leave the .json extension. Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_json_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/tools/lf_json_convert.py b/py-scripts/tools/lf_json_convert.py index 80f47a60..4d72a8af 100755 --- a/py-scripts/tools/lf_json_convert.py +++ b/py-scripts/tools/lf_json_convert.py @@ -14,7 +14,7 @@ class file_convert(): def __init__(self, _file = ''): self.file = _file - self.file2 = "{}_edit".format(_file) + self.file2 = "cookbook_{}".format(_file) # Helper methods def json_file(self):