#354 closed defect (fixed)
rendering failure in RetrieveStatusPage._get_rate
Reported by: | keturn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.0 |
Component: | code-frontend-web | Version: | 0.9.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
<type 'exceptions.TypeError'>: unsupported operand type(s) for *: 'float' and 'NoneType' /.../allmydata-tahoe-0.9.0/src/allmydata/web/status.py, line 471 in _get_rate return 1.0 * file_size / time Locals time 0.073281049728393555 file_size None
Change History (2)
comment:1 Changed at 2008-03-17T20:32:54Z by warner
- Milestone changed from undecided to 0.10.0
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed at 2008-04-14T16:52:37Z by zooko
The fix is now found under trac's 7bc06872ac044fbd changeset instead of a7fe82f6b06eae8f.
Note: See
TracTickets for help on using
tickets.
Fixed, in a7fe82f6b06eae8f. Thanks!