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

Sending unicode string add quotes #6

Closed
lra opened this issue Sep 5, 2014 · 0 comments
Closed

Sending unicode string add quotes #6

lra opened this issue Sep 5, 2014 · 0 comments
Labels

Comments

@lra
Copy link

lra commented Sep 5, 2014

Hi,

With value = u'some string'
If I do session.kv[full_key] = value, in consul I get "some string".
But if I do session.kv[full_key] = str(value), I do get some string without the quotes.

@gmr gmr added the bug label Dec 19, 2014
sielaq added a commit to sielaq/consulate that referenced this issue Jan 28, 2015
sielaq added a commit to sielaq/consulate that referenced this issue Jan 28, 2015
@gmr gmr closed this as completed in f9f0128 Feb 2, 2015
gmr added a commit that referenced this issue Feb 2, 2015
Move #8 correction from cli to api - to fix #6 and #8 - problem is the same
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants