From 5119563581a64cebaf8011380b6706ee7eb822b3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 13 Oct 2019 14:07:45 +0200 Subject: Another bugfix for config_writer.py. --- bin/config_writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config_writer.py b/bin/config_writer.py index 2be6b14..b0963eb 100644 --- a/bin/config_writer.py +++ b/bin/config_writer.py @@ -31,7 +31,7 @@ log_file_path = sys.argv[1] def output(text): print(text) - with open(log_file_path, a) as f: + with open(log_file_path, 'a') as f: f.write(text) -- cgit v1.2.3-70-g09d2