ajack 2003/10/13 15:38:29
Modified: python/gump nag.py
Log:
context != content ... typo
Revision Changes Path
1.4 +1 -1 jakarta-gump/python/gump/nag.py
Index: nag.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/nag.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nag.py 13 Oct 2003 20:39:26 -0000 1.3
+++ nag.py 13 Oct 2003 22:38:28 -0000 1.4
@@ -143,7 +143,7 @@
# Work
#
if context.worklist:
- context+="\n"
+ content+="\n"
for workitem in context.worklist:
content+=workitem.overview()+"\n"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]