Skip to content

TypeError in readable_time when watching file with target size #34

@normanr

Description

@normanr

new_out = new_out + value + suf

   new_out = new_out + value + suf
              ~~~~~~~~^~~~~~~
TypeError: can only concatenate str (not "int") to str

Can be fixed by doing: new_out = new_out + str(value) + suf

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