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