mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-29 18:02:35 +00:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user