mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Fix imgutil capture
Adding options for oshandler broke fingerprinting for capture. Fix by passing None and triggering the AttributeErrors.
This commit is contained in:
parent
4ab5cac3eb
commit
3869dd6918
@ -609,7 +609,7 @@ def run_constrained(function, args):
|
||||
|
||||
def main():
|
||||
if sys.argv[1] == 'getfingerprint':
|
||||
print(fingerprint_host().get_json())
|
||||
print(fingerprint_host(None).get_json())
|
||||
return
|
||||
elif sys.argv[1] == 'capturelocal':
|
||||
capture_system()
|
||||
|
Loading…
Reference in New Issue
Block a user