This commit is contained in:
Евгений Храмов 2023-05-14 16:49:05 +03:00
parent 54930c8368
commit afacfd5c51

@ -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.")