From 99d35922c677f4338675877b2fddd7ebf622b407 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 11 Aug 2022 13:26:41 -0300 Subject: [PATCH] [DEBUG] log KiAuto commands that we can copy & paste --- kibot/kiplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/kiplot.py b/kibot/kiplot.py index 8fcf2dce..0a5573f0 100644 --- a/kibot/kiplot.py +++ b/kibot/kiplot.py @@ -139,7 +139,7 @@ def extract_errors(text): def exec_with_retry(cmd): - logger.debug('Executing: '+str(cmd)) + logger.debug('Executing: '+' '.join(cmd)) if GS.debug_level > 2: logger.debug('Command line: '+' '.join(cmd)) retry = 2