fix typo in comment
This commit is contained in:
parent
c3dfbda6f7
commit
159527e1e2
2
lethe.py
2
lethe.py
@ -20,7 +20,7 @@ def _run(command: str or List[str], **kwargs):
|
|||||||
"""
|
"""
|
||||||
Wrapper for subprocess.run():
|
Wrapper for subprocess.run():
|
||||||
- Accepts args as either a list of strings or space-delimited string
|
- Accepts args as either a list of strings or space-delimited string
|
||||||
- Captures and returns stdouti
|
- Captures and returns stdout
|
||||||
"""
|
"""
|
||||||
if isinstance(command, str):
|
if isinstance(command, str):
|
||||||
args = command.split()
|
args = command.split()
|
||||||
|
Loading…
Reference in New Issue
Block a user