summaryrefslogtreecommitdiff
path: root/build_default.py
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-08-13 16:29:39 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2021-09-03 16:45:19 +0100
commit314948696e0dba0ffc868863868308b027824e1f (patch)
tree5e244847c4fa7612058455972b2b3bfc5b845272 /build_default.py
parent036f8c7c732ed50da3a349f1b5fb0c57e22d33fd (diff)
downloadml-embedded-evaluation-kit-314948696e0dba0ffc868863868308b027824e1f.tar.gz
MLECO-2235: Fix documentation
Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: If8d6bf60cd4961be4c29f46ea75422b093185b04
Diffstat (limited to 'build_default.py')
-rwxr-xr-xbuild_default.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_default.py b/build_default.py
index e4aa59d..b863c51 100755
--- a/build_default.py
+++ b/build_default.py
@@ -104,7 +104,7 @@ if __name__ == '__main__':
action="store_true")
args = parser.parse_args()
- logging.basicConfig(filename='log_build_default.log', level=logging.DEBUG)
+ logging.basicConfig(filename='log_build_default.log', level=logging.DEBUG, filemode='w')
logging.getLogger().addHandler(logging.StreamHandler(sys.stdout))
run(args.toolchain.lower(), not args.skip_download, not args.skip_vela)