Issue 955066
Created on 2004-05-17 03:07 by rouilj, last changed 2004-05-17 03:07 by rouilj.
msg1260 |
Author: [hidden] (rouilj) |
Date: 2004-05-17 03:07 |
|
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 |
2004-05-17 03:07:36 | rouilj | create | |
|