pep8
This commit is contained in:
parent
a7c1f2a34e
commit
0692780137
@ -63,7 +63,7 @@ def wine_run_shell(command):
|
|||||||
|
|
||||||
def wine_run(command_parts):
|
def wine_run(command_parts):
|
||||||
if os.name == 'posix':
|
if os.name == 'posix':
|
||||||
command_parts = ['wine',] + command_parts
|
command_parts = ['wine', ] + command_parts
|
||||||
if subprocess.run(command_parts).returncode != 0:
|
if subprocess.run(command_parts).returncode != 0:
|
||||||
raise Exception('Got nonzero exit code from command')
|
raise Exception('Got nonzero exit code from command')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user