Fix tracebacks related to incorrect attribute task and null source_ref
svn: r263
This commit is contained in:
@@ -427,7 +427,7 @@ class SingleDate:
|
||||
try:
|
||||
self.month = SingleDate.m2num[string.lower(text[0:3])]
|
||||
except KeyError:
|
||||
self.month = -1
|
||||
self.setMonthStrEng(text)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
#
|
||||
|
Reference in New Issue
Block a user