mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-26 13:10:38 +00:00
Fix single file OS image osimport
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user