mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-13 22:54:46 -04:00
Added Phoenix TDK Packer Extractor v2.0_a4
f-strings all the things!
This commit is contained in:
parent
b4a93513f7
commit
7bb0c5f9a9
10 changed files with 379 additions and 138 deletions
|
@ -43,7 +43,7 @@ def efi_decompress(in_path, out_path, padding=0, comp_type='--uefi'):
|
|||
|
||||
if os.path.getsize(out_path) != size_orig: raise Exception('EFI_DECOMPRESS_ERROR')
|
||||
except:
|
||||
printer('Error: TianoCompress could not extract file %s!' % in_path, padding)
|
||||
printer(f'Error: TianoCompress could not extract file {in_path}!', padding)
|
||||
|
||||
return 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue