Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-09-24 06:04:14 (GMT)
committer Richard Darst <rkd@zgib.net>2009-09-24 06:04:14 (GMT)
commita51699b87fae0f8368849e1e59b1dbcb8853e6cf (patch)
treee261c11621d5f4bc230e9df6170af548270d4c14
parent3266058585f1c44b27d7b8bb177be2e4084f6e09 (diff)
Template problem: Don't ever return none for ActionItemsPerson
- For previous work, ActionItemsPerson was returned as None, which meant to not include it in the final output. This needs to not happen for the templates, or else it causes exceptions. darcs-hash:20090924060414-82ea9-350d8b6fd92e086088a681821aaaa0987e84069d.gz
-rw-r--r--writers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/writers.py b/writers.py
index 35ac061..c609546 100644
--- a/writers.py
+++ b/writers.py
@@ -207,8 +207,8 @@ class _BaseWriter(object):
thisNick['items'].append(escape(m.line))
if len(thisNick['items']) > 1:
ActionItemsPerson.append(thisNick)
- if numberAssigned == 0:
- ActionItemsPerson = None
+ #if numberAssigned == 0:
+ # ActionItemsPerson = None
repl['ActionItemsPerson'] = ActionItemsPerson
# Format of ActionItemsPerson
# ActionItemsPerson =