[sx/f16] add the patch for bug #744297 too

Niels de Vos devos at fedoraproject.org
Thu Oct 20 07:18:16 UTC 2011


commit bd335cdcbfb192129cde0f68823a419cca109abe
Author: Niels de Vos <devos at fedoraproject.org>
Date:   Thu Oct 20 08:18:06 2011 +0100

    add the patch for bug #744297 too

 sx-2.03_logwriter-_checkLevel-TypeError.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/sx-2.03_logwriter-_checkLevel-TypeError.patch b/sx-2.03_logwriter-_checkLevel-TypeError.patch
new file mode 100644
index 0000000..4042c7d
--- /dev/null
+++ b/sx-2.03_logwriter-_checkLevel-TypeError.patch
@@ -0,0 +1,12 @@
+--- sx-2.03-9.f15/lib/sx/logwriter.py	2010-09-13 17:28:26.000000000 +0100
++++ sx-2.03-9.0.bz744297/lib/sx/logwriter.py	2011-10-11 08:41:17.865445862 +0100
+@@ -71,9 +71,6 @@ class LogWriter :
+         logging.addLevelName(logging.PASSED, "PASSED")
+         logging.addLevelName(logging.STATUS, "STATUS")
+         logging.addLevelName(logging.FAILED, "FAILED")
+-        logging.root.setLevel([logging.INFO, logging.PASSED, logging.STATUS, logging.WARNING, 
+-                               logging.ERROR, logging.FAILED, logging.CRITICAL, 
+-                               logging.DEBUG])
+ 
+         # set formatter
+         formatter = logging.Formatter(format)


More information about the scm-commits mailing list