Remove extraneous print.
This commit is contained in:
parent
5b6ea201fe
commit
43639955fb
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ class Fabricate(dcc.doom_base.WadMap):
|
||||||
list.append(options, f"{k}={v}")
|
list.append(options, f"{k}={v}")
|
||||||
if len(options) > 0:
|
if len(options) > 0:
|
||||||
options = ["-assign", ",".join(options)]
|
options = ["-assign", ",".join(options)]
|
||||||
print(options)
|
|
||||||
subprocess.run(command + self.dsda_preamble() + options +
|
subprocess.run(command + self.dsda_preamble() + options +
|
||||||
["-timedemo", self.demo_in_path()] +
|
["-timedemo", self.demo_in_path()] +
|
||||||
["-viddump", self.video_path()])
|
["-viddump", self.video_path()])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue