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