PEP 8 compliance.
This commit is contained in:
parent
69ce445225
commit
dace0de99b
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 PB(dcc.doom_base.WadMap):
|
class PB(dcc.doom_base.WadMap):
|
||||||
def take_action(self, parsed_args):
|
def take_action(self, parsed_args):
|
||||||
subprocess.run(["ffplay", self.video_path()])
|
subprocess.run(["ffplay", self.video_path()])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue