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

error parsing config file: key-value delimiter not found #593

Closed
alanhamlett opened this issue Nov 30, 2021 · 1 comment
Closed

error parsing config file: key-value delimiter not found #593

alanhamlett opened this issue Nov 30, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@alanhamlett
Copy link
Member

wakatime.cfg

[settings]
exclude =
   .*
include =
    ^/Users/user/Sites/my-project

Logs

Failed to load configuration file: error parsing config file: While parsing config: key-value delimiter not found: ^/Users/user/Sites/my-project

Expected behavior

The exclude list should be parsed correctly as a list of strings.

@alanhamlett alanhamlett added the bug Something isn't working label Nov 30, 2021
@gandarez gandarez removed the triage label Nov 30, 2021
@gandarez gandarez self-assigned this Nov 30, 2021
@gandarez gandarez added this to To do in wakatime-cli via automation Nov 30, 2021
@gandarez gandarez moved this from To do to In progress in wakatime-cli Nov 30, 2021
@alanhamlett
Copy link
Member Author

Fixed with #588.

wakatime-cli automation moved this from In progress to Done Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
wakatime-cli
  
Done
Development

No branches or pull requests

2 participants