Fix tracebacks related to incorrect attribute task and null source_ref

svn: r263
This commit is contained in:
Don Allingham
2001-07-28 02:16:20 +00:00
parent 30b2b91774
commit 07614b9f63
4 changed files with 9 additions and 29 deletions

View File

@@ -427,7 +427,7 @@ class SingleDate:
try:
self.month = SingleDate.m2num[string.lower(text[0:3])]
except KeyError:
self.month = -1
self.setMonthStrEng(text)
#--------------------------------------------------------------------
#