mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-19 09:45:42 -04:00
BIOSUtilities v24.10.17
Fixed "skip user action prompts" argument being ignored Improved AMI UCP tag dictionary for better NAL parsing
This commit is contained in:
parent
b174ce40e6
commit
010b5a47d4
7 changed files with 18 additions and 12 deletions
|
@ -146,7 +146,7 @@ class PortwellEfiExtract(BIOSUtility):
|
|||
|
||||
if file_name.startswith('Unknown_'):
|
||||
printer(message=f'Note: Detected new Portwell EFI file ID {file_index}!',
|
||||
padding=padding + 8, pause=True)
|
||||
padding=padding + 8, pause=not self.arguments.auto_exit)
|
||||
|
||||
# Store EFI file output path
|
||||
file_path: str = os.path.join(extract_path, safe_name(in_name=file_name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue