fix rebase 4 time
This commit is contained in:
parent
ea6fcf174b
commit
7f224618ee
|
@ -591,6 +591,8 @@ def main():
|
||||||
|
|
||||||
if url_wallet and wb_sign_token:
|
if url_wallet and wb_sign_token:
|
||||||
snapshot = send_to_sign_credential(snapshot, wb_sign_token, url_wallet)
|
snapshot = send_to_sign_credential(snapshot, wb_sign_token, url_wallet)
|
||||||
|
else:
|
||||||
|
snapshot = json.dumps(snapshot)
|
||||||
|
|
||||||
save_snapshot_in_disk(snapshot, config['path'], snap_uuid)
|
save_snapshot_in_disk(snapshot, config['path'], snap_uuid)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue