From 813c932b48911f147d70cd2a0782b2a077926058 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 21 Oct 2008 08:54:23 +0000 Subject: [PATCH] cosmetic --- Makefile | 2 ++ source/BootManager.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a454de0..241c8bf 100644 --- a/Makefile +++ b/Makefile @@ -27,3 +27,5 @@ endif ########## tags: find . '(' -name '*.py' -o -name '*.spec' ')' | xargs etags + +.PHONY: tags diff --git a/source/BootManager.py b/source/BootManager.py index e38b7de..f2462bc 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -80,6 +80,7 @@ class log: """ if self.OutputFile is not None: + self.LogEntry( "NOTE: upload logs is known to be broken (beg)") self.LogEntry( "Uploading logs to %s" % UPLOAD_LOG_PATH ) self.OutputFile.close() @@ -90,6 +91,7 @@ class log: GetVars = None, PostVars = None, FormData = ["log=@" + self.OutputFilePath], DoSSL = True, DoCertCheck = True) + self.LogEntry( "NOTE: upload logs is known to be broken (end)") -- 2.43.0