From 70e5e1933e92e4d68717b82523f871861a3fd74a Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 16 Jul 2018 07:13:36 +0200 Subject: [PATCH] [mod] add debug output --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index 0b753d6..3a6b6fb 100644 --- a/run.py +++ b/run.py @@ -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,