[foundation-web] elections/2012: Fixed a syntax error in mkical.py
- From: Tobias Mueller <tobiasmue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [foundation-web] elections/2012: Fixed a syntax error in mkical.py
- Date: Mon, 26 Mar 2012 17:02:56 +0000 (UTC)
commit 8ad6cf81aa4bf455a350643278f32710e840145d
Author: Tobias Mueller <tobiasmue gnome org>
Date: Thu Feb 16 00:00:44 2012 +0100
elections/2012: Fixed a syntax error in mkical.py
foundation.gnome.org/vote/2012/mkical.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/foundation.gnome.org/vote/2012/mkical.py b/foundation.gnome.org/vote/2012/mkical.py
index 977ac1c..9dd1d7b 100644
--- a/foundation.gnome.org/vote/2012/mkical.py
+++ b/foundation.gnome.org/vote/2012/mkical.py
@@ -234,7 +234,7 @@ if __name__ == "__main__":
loglevel = {'debug': logging.DEBUG, 'info': logging.INFO,
'warn': logging.WARN, 'error': logging.ERROR,
- 'critical': logging.CRITICAL}.get(options.loglevel, "warn")
+ 'critical': logging.CRITICAL}.get(options.loglevel, logging.WARN)
logging.basicConfig( level=loglevel )
log = logging.getLogger()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]