From 0e2f75c5d6494bb953388cf79baf51b71eea016f Mon Sep 17 00:00:00 2001 From: Xavier-Do Date: Wed, 23 Sep 2020 14:09:23 +0200 Subject: [PATCH] [FIX] runbot: typo --- runbot/models/build_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/models/build_config.py b/runbot/models/build_config.py index dae7d3fe..52899572 100644 --- a/runbot/models/build_config.py +++ b/runbot/models/build_config.py @@ -397,7 +397,7 @@ class ConfigStep(models.Model): if grep(config_path, "--screenshots"): cmd.add_config_tuple('screenshots', '/data/build/tests') - if grep(config_path, "--screencasts") and self.env['ir.config_parameter'].sudo().get_param('runbot.enable_screencast', False)): + if grep(config_path, "--screencasts") and self.env['ir.config_parameter'].sudo().get_param('runbot.enable_screencast', False): cmd.add_config_tuple('screencasts', '/data/build/tests') cmd.append('--stop-after-init') # install job should always finish