iemejia / catho

A file catalog utility inspired by the awesome Robert Vasicek's Cathy project. Or my excuse to hack something that I really need.
GNU Lesser General Public License v3.0
6 stars 1 forks source link

TypeError on listing the catalogs #36

Closed rgamez closed 11 years ago

rgamez commented 11 years ago

$ catho/catho.py ls Traceback (most recent call last): File "catho/catho.py", line 334, in logger.info(catalogs_str()) File "catho/catho.py", line 226, in catalogs_str date = str(datetime.fromtimestamp(timestamp)) TypeError: a float is required

iemejia commented 11 years ago

I don't really see the value of the refactor from tuple to dictionnary that introduced this error, was there a special reason to do so ? I ask since most of the code uses tuples.