Blacken the code base.
This commit is contained in:
parent
d585c1529d
commit
07d079f204
19 changed files with 138 additions and 168 deletions
|
|
@ -24,7 +24,11 @@ class Eureka(dcc.doom_base.WadMap):
|
|||
if complevel == "11" or complevel == "21":
|
||||
port = "mbf"
|
||||
|
||||
os.execvp("eureka",
|
||||
["eureka"] + ["-iwad", iwad] + ["-w", parsed_args.map]
|
||||
+ ["-p", port] + [mw]
|
||||
os.execvp(
|
||||
"eureka",
|
||||
["eureka"]
|
||||
+ ["-iwad", iwad]
|
||||
+ ["-w", parsed_args.map]
|
||||
+ ["-p", port]
|
||||
+ [mw],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue