PEP 8 compliance.
This commit is contained in:
parent
8c1d031def
commit
8071d1a876
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@ import dcc.config
|
||||||
import dcc.doom_base
|
import dcc.doom_base
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
|
||||||
class Play(dcc.doom_base.WadMap):
|
class Play(dcc.doom_base.WadMap):
|
||||||
def take_action(self, parsed_args):
|
def take_action(self, parsed_args):
|
||||||
subprocess.run([self.dsda] + self.dsda_preamble())
|
subprocess.run([self.dsda] + self.dsda_preamble())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue