ValueErrors pop up when using progress bar

Bug #613192 reported by Landon Fowles
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dosage
New
Undecided
Unassigned

Bug Description

When running dosage with the -p flag, I will occasionally get ValueErrors

I've tracked this down to saneDataSize in utils.py and the fix is simply adding this at the beginning of the function:

    if size == 0:
        size = 1

This is the only fix needed to get the downloads going again

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.