diff --git a/Sources/pyOpenRPA/Tools/SafeSource/Crypter.py b/Sources/pyOpenRPA/Tools/SafeSource/Crypter.py index 6a44c717..3921c79b 100644 --- a/Sources/pyOpenRPA/Tools/SafeSource/Crypter.py +++ b/Sources/pyOpenRPA/Tools/SafeSource/Crypter.py @@ -66,17 +66,14 @@ def decrypt_file_bytes(key, in_filename, chunksize=24*1024): заданным ключом. """ lResult = b'' - if not out_filename: - out_filename = os.path.splitext(in_filename)[0] with open(in_filename, 'rb') as infile: origsize = struct.unpack('