From 6084d39d3241559023782ed1903222f68d1c6406 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Wed, 4 Jan 2017 13:40:54 +0100 Subject: [PATCH] fix bug when configure step fails --- commands/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/compile.py b/commands/compile.py index c1493e8..8a73d32 100644 --- a/commands/compile.py +++ b/commands/compile.py @@ -526,7 +526,7 @@ def compile_product_cmake_autotools(sat, if res_mi > 0: error_step = "MAKE INSTALL" - return res, len_end_line, error_step + return res, len_end_line, error_step def compile_product_script(sat, p_name_info, -- 2.39.2