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

No such file or dictionary: ...\\site-packages\\plover_regenpfeifer\\dictionaries\\r #4

Closed
mkrnr opened this issue Mar 6, 2024 · 2 comments

Comments

@mkrnr
Copy link
Owner

mkrnr commented Mar 6, 2024

The dictionary name is split into its individual letters.

Assumption: this in system.py should be a list instead of a tuple:

DEFAULT_DICTIONARIES = ('regenpfeifer_main.json')
@jast
Copy link

jast commented Mar 6, 2024

('foo') is actually identical to 'foo'. If you want to force it into a tuple, it needs to be ('foo',).

@mkrnr
Copy link
Owner Author

mkrnr commented Mar 6, 2024

Thanks a lot @jast, your suggestion was the way to go. First I wanted to make a list out of it but this needs to be a tuple.

The fix is part of v1.1.1 (and I had to create v1.1.2 because I burned v1.1.1 for some tests a while ago).

@mkrnr mkrnr closed this as completed Mar 6, 2024
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

No branches or pull requests

2 participants