dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
685 stars 76 forks source link

Command ```create project <key>``` is not checking for existing projects correctly #78

Closed joshuaherrera closed 3 years ago

joshuaherrera commented 3 years ago

Running the create project <key> is not checking for existing projects correctly, even though there is code to handle this case. I'm running Manjaro Linux, in case this is an issue with how the os package interacts with linux, and I tested on timetrace 0.5.0. timetrace_dupes_project

Per the code, this would also effect the record.SaveRecord function.

dominikbraun commented 3 years ago

Could reproduce this issue with timetrace 0.5.0 on macOS 11.3.

dominikbraun commented 3 years ago

Resolved by #79.