From 314948696e0dba0ffc868863868308b027824e1f Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Fri, 13 Aug 2021 16:29:39 +0100 Subject: MLECO-2235: Fix documentation Signed-off-by: Isabella Gottardi Change-Id: If8d6bf60cd4961be4c29f46ea75422b093185b04 --- build_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_default.py') 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) -- cgit v1.2.1