I see an inconsistency in the following code from util.py (condensed):
elif d.seconds < 3600 and d.seconds >= 60:
# ...
elif round(d.seconds) < 60:
# ...
else: return "BUG: %s" % str(d)
Note the different handling of d.seconds: it is rounded in one
expression but not the other. But I'm not fluent in Python so I don't
know if this is significant or not.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705424
Title:
Gwibber shows "BUG:00:00:59:63" instead of "<x> seconds ago" in
Twitter timeline
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs