[mod] add debug output

This commit is contained in:
Laurent Peuch 2018-07-16 07:13:36 +02:00
parent dba37ddafe
commit 70e5e1933e

1
run.py
View file

@ -138,6 +138,7 @@ async def run_job(worker, job):
cwd = os.path.split(path_to_analyseCI)[0]
arguments = f' {job.url_or_path} "{job.name}"'
print("/bin/bash " + path_to_analyseCI + arguments)
command = await asyncio.create_subprocess_shell("/bin/bash " + path_to_analyseCI + arguments,
cwd=cwd,
stdout=asyncio.subprocess.PIPE,