From: Thierry Parmentelat Date: Tue, 21 Oct 2008 08:54:23 +0000 (+0000) Subject: cosmetic X-Git-Tag: BootManager-4.3-2~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=813c932b48911f147d70cd2a0782b2a077926058;p=bootmanager.git cosmetic --- 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)")