From af1e482f52173484b637bdb9a8bb19e1fa439e9e Mon Sep 17 00:00:00 2001 From: PHST Date: Wed, 23 May 2018 16:19:14 +0200 Subject: [PATCH] Correct Bug --- tools/toolchains/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/toolchains/__init__.py b/tools/toolchains/__init__.py index f58c54d7e2..faeabba4ff 100644 --- a/tools/toolchains/__init__.py +++ b/tools/toolchains/__init__.py @@ -433,7 +433,7 @@ class mbedToolchain: self.build_all = False # Build output dir - self.build_dir = path.abspath(build_dir) if PRINT_COMPILER_OUTPUT_AS_LINK else build_dir + self.build_dir = abspath(build_dir) if PRINT_COMPILER_OUTPUT_AS_LINK else build_dir self.timestamp = time() # Number of concurrent build jobs. 0 means auto (based on host system cores)