Roundup Tracker - Issues

Message1260

Author rouilj
Recipients
Date 2004-05-17.03:07:36
Message-id
In-reply-to
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
History
Date User Action Args
2009-02-03 14:20:44adminlinkissue955066 messages
2009-02-03 14:20:44admincreate