mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-19 04:20:23 +01:00
Fix some lint errors and warnings
This commit is contained in:
@@ -16,8 +16,8 @@ class Wrapper(base.Base):
|
||||
|
||||
def _run_emulator(self):
|
||||
"""execute fs-uae"""
|
||||
utils.run_command(['fs-uae'] + [self.conf_file] +
|
||||
self.fsuae_options.list())
|
||||
utils.run_command(['fs-uae', self.conf_file,
|
||||
*self.fsuae_options.list()])
|
||||
|
||||
def clean(self):
|
||||
"""Do the cleanup. Here - just do nothing"""
|
||||
|
||||
Reference in New Issue
Block a user