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:
parent
4455226ee0
commit
5a5b3f9927
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user