Message1260
I have obtained the following warning while running the
sysadmin tracker:
/tools/roundup-0.7.2a/lib/python2.3/site-
packages/roundup/date.py:351: DeprecationWarning: int
eger argument expected, got float
str = time.strftime(format, (self.year, self.month,
self.day,
I assume one of the self's is a float and not an int?
As far as I can see I am not assigning a floating point
number to any of these elements, but I am not sure
where in the code this call is being triggered.
Is there any way to get a full traceback on this?
-- rouilj |
|
Date |
User |
Action |
Args |
2009-02-03 14:20:44 | admin | link | issue955066 messages |
2009-02-03 14:20:44 | admin | create | |
|