mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-04 21:12:05 +00:00
Fix single file OS image osimport
This commit is contained in:
parent
d4483bb59f
commit
d2de4ffa14
@ -164,7 +164,7 @@ def fingerprint(filename):
|
||||
chunk = archive.read(32768)
|
||||
imginfo = HASHPRINTS.get(sum.hexdigest(), None)
|
||||
if imginfo:
|
||||
return imginfo, isoinfo[0]
|
||||
return imginfo, None
|
||||
|
||||
|
||||
def printit(info):
|
||||
|
Loading…
x
Reference in New Issue
Block a user