Fixed error in run_command

add-license-1
DustyP 8 years ago
parent c6c4b1eb91
commit a3e59c75a3

@ -75,7 +75,7 @@ def paginate(text, maxlen=1990):
paginator.add_line(line)
return paginator.pages
async def run_command(*args):
async def run_command(args):
# Create subprocess
process = await asyncio.create_subprocess_shell(
args,

Loading…
Cancel
Save