From cdb7fb67e666a8cfc293026ed4f013e3c0282328 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 20 Oct 2006 09:43:40 +0000 Subject: [PATCH] add print to assist baze. see #2600 --- src/common/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/helpers.py b/src/common/helpers.py index 1b1e3a895..be8d5283f 100644 --- a/src/common/helpers.py +++ b/src/common/helpers.py @@ -379,6 +379,7 @@ def is_in_path(name_of_command, return_abs_path = False): return is_in_dir def exec_command(command): + print command subprocess.Popen(command, shell = True) def build_command(executable, parameter):