1
0
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:
2017-01-01 17:31:40 +01:00
parent 47787a3ab2
commit fa7afcb73b
4 changed files with 61 additions and 176 deletions

View File

@@ -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: