1
This commit is contained in:
parent
54930c8368
commit
afacfd5c51
2
hlna.py
2
hlna.py
@ -128,7 +128,7 @@ def unpack(src, dst):
|
||||
raise SignatureUnpackException(msg)
|
||||
|
||||
#Write the extracted data to disk
|
||||
with open(f"{dst}/, 'wb'") as f:
|
||||
with open(f"{dst}/", 'wb') as f:
|
||||
f.write(data)
|
||||
logging.info("Archive has been extracted.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user