fix
This commit is contained in:
@@ -60,6 +60,7 @@ spec:
|
||||
|
||||
root = '.'
|
||||
def save_json(filename,data):
|
||||
print('saving to', filename, json.dumps(data))
|
||||
with open(filename, 'w') as file:
|
||||
file.write(json.dumps(data))
|
||||
# detect files based on their extention
|
||||
|
||||
Reference in New Issue
Block a user