updated the function key to switch off after use

This commit is contained in:
langolierz
2018-04-20 03:53:00 +00:00
parent d41647d417
commit 9bc4369cf2
6 changed files with 26 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ class Actions(object):
is_file, name = self.data.browser_data.extract_file_type_and_name_from_browser_format(
self.data.return_browser_list()[self.display.selected_list_index]['name'])
if is_file:
print('name: {}'.format(name))
is_successful = self.data.create_new_slot_mapping_in_first_open(name, self.display.bank_number)
if not is_successful:
self.message_handler.set_message('INFO', 'current bank is full')