rdmarsh/zahar

countOutput causes an error for trend command

Closed this issue · 1 comments

./zart.py trend --itemid 23253 --countOutput --limit 3

has this error

    if 'limit' in keywords and len(obj) >= keywords['limit']:
TypeError: object of type 'int' has no len()

removing --countOutput and it works fine

Fixed in 84f94ca