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

fix issue #51 reloading parameters from dumped file #61

Conversation

vagvaz
Copy link
Contributor

@vagvaz vagvaz commented May 11, 2016

In python client when loading the variables the code was checking for object level equality instead of just the string value using the is operator. So replacing the is operator with != fixes the problem.

To test that this is the problem just print the ids of the name variable and 'groups' string

@vagvaz vagvaz changed the title fix issue #51 fix issue #51 reloading parameters from dumped file May 11, 2016
@mikaelarguedas
Copy link
Member

lgtm thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants