sharat87 / ti

A simple command line time tracker.
http://ti.sharats.me
122 stars 68 forks source link

TypeError: '>' not supported between instances of 'str' and 'int' #34

Open malaxes opened 4 years ago

malaxes commented 4 years ago

trying to add tag (Python 3.7.3)

File "/home/user/.local/bin/ti", line 438, in main() File "/home/user/.local/bin/ti", line 430, in main fn(**args) File "/home/user/.local/bin/ti", line 178, in action_tag ('s' if tag_count > 1 else '') + '.')