version space (v1:) result_path json also
This commit is contained in:
parent
4c5ffb7660
commit
352b90a624
@ -517,7 +517,7 @@ def status_wrapper(name, args, data_d=None, link_d=None):
|
||||
errors.extend(v1[m].get('errors', []))
|
||||
|
||||
atomic_write_json(result_path,
|
||||
{'datasource': v1['datasource'], 'errors': errors})
|
||||
{'v1': {'datasource': v1['datasource'], 'errors': errors}})
|
||||
util.sym_link(os.path.relpath(result_path, link_d), result_link,
|
||||
force=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user