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

Spaces not supported in caldb database paths #434

Closed
KathleenLabrie opened this issue Apr 11, 2023 · 1 comment
Closed

Spaces not supported in caldb database paths #434

KathleenLabrie opened this issue Apr 11, 2023 · 1 comment
Labels
enhancement Performance or usage improvement severity-routine Needs to be fixed urgency-low Do when we have a breather usage Usage and user interfaces

Comments

@KathleenLabrie
Copy link
Contributor

A paths like this does not get parsed correctly:

databases = "/blahblah/test space/mydb.db"
databases = "/blahblah/nospace/my db.db"

Using \ does not help.

@KathleenLabrie KathleenLabrie added enhancement Performance or usage improvement severity-routine Needs to be fixed urgency-low Do when we have a breather usage Usage and user interfaces labels Apr 11, 2023
chris-simpson added a commit that referenced this issue Apr 28, 2023
@chris-simpson
Copy link
Contributor

fixed using shlex.split() in 3.1.x and master: ccccfb0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Performance or usage improvement severity-routine Needs to be fixed urgency-low Do when we have a breather usage Usage and user interfaces
Projects
None yet
Development

No branches or pull requests

2 participants