lionheart / git-bigstore

Bigstore is a Git extension that helps you track big files in your repositories.
Apache License 2.0
183 stars 28 forks source link

Ensure 2 character minimum width in format() #23

Closed MilkyEngineer closed 8 years ago

MilkyEngineer commented 8 years ago

A file that is less than 100 bytes (i.e. 74 bytes) will mean that the formatted width is 0 or lower, throwing "ValueError: Invalid conversion specification".

dlo commented 8 years ago

Nice! Thanks for the find and fix.

MilkyEngineer commented 8 years ago

You're very welcome, thanks for making the filter :D