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

Fails on quoted or escaped equals signs #39

Open
dzfranklin opened this issue Feb 22, 2020 · 1 comment
Open

Fails on quoted or escaped equals signs #39

dzfranklin opened this issue Feb 22, 2020 · 1 comment

Comments

@dzfranklin
Copy link

the line

ROCKET_DATABASES='db={url=foo.sqlite}'

fails regardless of whether I surround with single or double quotes. I tried escaping the equals signs with backslashes, but that didn't help either.

@mawi1
Copy link

mawi1 commented Aug 7, 2020

It should be
ROCKET_DATABASES={db={url="foo.sqlite"}}

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