summaryrefslogtreecommitdiff
path: root/build_default.py
diff options
context:
space:
mode:
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)