fix docs build error
This commit is contained in:
parent
05a9cd551e
commit
97ea1f76d3
@ -2,14 +2,13 @@ from i3pystatus import IntervalModule
|
|||||||
from i3pystatus.core.command import run_through_shell
|
from i3pystatus.core.command import run_through_shell
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
# logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class Shell(IntervalModule):
|
class Shell(IntervalModule):
|
||||||
"""
|
"""
|
||||||
Shows output of shell command
|
Shows output of shell command
|
||||||
|
|
||||||
.. rubric:: Available formatters
|
.. rubric:: Available formatters
|
||||||
|
|
||||||
* `{output}` — just the striped command output without newlines
|
* `{output}` — just the striped command output without newlines
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user