aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils.py b/utils.py
index b8a40dd01..a24f562a6 100644
--- a/utils.py
+++ b/utils.py
@@ -341,8 +341,7 @@ def run_process(args, initial_env=None):
for line in lines:
log.info(line.rstrip('\r'))
return buffer
-
- _log("Running process: {0}".format(" ".join([(" " in x and '"{0}"'.format(x) or x) for x in args])))
+ _log("Running process in {0}: {1}".format(os.getcwd(), " ".join([(" " in x and '"{0}"'.format(x) or x) for x in args])))
if sys.platform != "win32":
try: