Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError on listing the catalogs #36

Closed
rgamez opened this issue Mar 4, 2013 · 1 comment
Closed

TypeError on listing the catalogs #36

rgamez opened this issue Mar 4, 2013 · 1 comment
Assignees
Labels

Comments

@rgamez
Copy link
Collaborator

rgamez commented Mar 4, 2013

$ 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

@ghost ghost assigned iemejia and rgamez Mar 4, 2013
@iemejia iemejia closed this as completed in 236afc8 Mar 4, 2013
@iemejia
Copy link
Owner

iemejia commented Mar 4, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants