Skip to content

right padding for 1,2 char units+prefixes are weird #6

@aphor

Description

@aphor

This

>>> '{}'.format(DataSize(1))
>>> '1B  '

should work more like

>>> '{}'.format(DataSize(1))
>>> '1B'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions