2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-04-14 01:02:40 +00:00

Correct incorrect function call on image import

This commit is contained in:
Jarrod Johnson 2021-03-04 16:55:26 -05:00
parent 4455226ee0
commit 5a5b3f9927

View File

@ -546,7 +546,7 @@ def import_image(filename, callback, backend=False, mfd=None):
del identity['subname']
with open(distpath + '/distinfo.yaml', 'w') as distinfo:
distinfo.write(yaml.dump(identity, default_flow_style=False))
printit({'progress': 1.0})
callback({'progress': 1.0})
sys.stdout.write('\n')
def printit(info):