lf_json_convert.py : prefix with conversion to have cookbook_ and leave the

.json extension.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-09-29 06:28:43 -06:00
parent dd5ac0140f
commit df0accb650

View File

@@ -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):