mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-19 04:20:23 +01:00
Adjust existing cd32 module for base class
Fix failing tests for small changes in utils and cd32/base modules
This commit is contained in:
@@ -68,7 +68,7 @@ def get_config_options(conf):
|
||||
for key, val in parser.items(section)}
|
||||
|
||||
|
||||
def extract_archive(arch_name, show_gui_message, message_text):
|
||||
def extract_archive(arch_name, title=''):
|
||||
"""
|
||||
Extract provided archive to current directory
|
||||
"""
|
||||
@@ -86,8 +86,8 @@ def extract_archive(arch_name, show_gui_message, message_text):
|
||||
return False
|
||||
|
||||
msg = message.Message("Extracting files for `%s'. Please be "
|
||||
"patient" % message_text)
|
||||
if show_gui_message == '1':
|
||||
"patient" % title)
|
||||
if title:
|
||||
msg.show()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user