[mod] info for now for debugging purpose

This commit is contained in:
Laurent Peuch 2018-07-21 08:46:39 +02:00
parent c49e9322c4
commit 952f70f05a

2
run.py
View file

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