From 3499087e86f0170fd80436005e957630b71460fe Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 22 Feb 2021 11:13:59 -0300 Subject: [PATCH] Test disabling the KiAuto record. This is just a test trying to solve GitLab issues. --- kibot/kiplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/kiplot.py b/kibot/kiplot.py index f251da92..54eaca95 100644 --- a/kibot/kiplot.py +++ b/kibot/kiplot.py @@ -155,7 +155,7 @@ def exec_with_retry(cmd): def add_extra_options(cmd): if GS.debug_enabled: cmd.insert(1, '-'+'v'*GS.debug_level) - cmd.insert(1, '-r') + # cmd.insert(1, '-r') if GS.global_kiauto_time_out_scale: cmd.insert(1, str(GS.global_kiauto_time_out_scale)) cmd.insert(1, '--time_out_scale')