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

Should ignore extraneous files in the .timetrace directory #230

Open
jeffmikels opened this issue Mar 28, 2023 · 0 comments · May be fixed by #231
Open

Should ignore extraneous files in the .timetrace directory #230

jeffmikels opened this issue Mar 28, 2023 · 0 comments · May be fixed by #231

Comments

@jeffmikels
Copy link

jeffmikels commented Mar 28, 2023

Macs use .DS_Store files to store information about icons and file sorting and these files get created any time a folder is accessed through the Finder.

However, timetrace attempts to parse these files if they appear in the timetrace directory. Therefore, if Finder ever accesses the .timetrace directory, future timetrace calls will fail with a cryptic error:

❗ failed to list records: invalid character '\x00' looking for beginning of value

Timetrace should either ignore all files beginning with a . or ignore all files it doesn't know about.

@jeffmikels jeffmikels linked a pull request Mar 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant