Blacken the code base.
This commit is contained in:
parent
d585c1529d
commit
07d079f204
19 changed files with 138 additions and 168 deletions
|
|
@ -18,10 +18,12 @@ class Fabricate(dcc.doom_base.WadMap):
|
|||
command = [self.dsda]
|
||||
if not parsed_args.fg and shutil.which("xvfb-run") is not None:
|
||||
command = ["xvfb-run"] + command
|
||||
os.execvp(command[0],
|
||||
command + self.dsda_preamble()
|
||||
os.execvp(
|
||||
command[0],
|
||||
command
|
||||
+ self.dsda_preamble()
|
||||
+ ["-timedemo", self.demo_in_path()]
|
||||
+ ["-viddump", self.video_path()]
|
||||
+ ["-viddump", self.video_path()],
|
||||
)
|
||||
|
||||
def options_dict(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue