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 an assumption in argprocess.py that all map types will have an enum of possible keys. #525

Merged
merged 2 commits into from
Dec 3, 2013

Conversation

garnaat
Copy link
Contributor

@garnaat garnaat commented Dec 3, 2013

Also change the import of json to come from the botocore.compat module and also set the object_pairs_hook to use OrderedDict so unit tests can be compared properly. Dependent on boto/botocore#185. Fixes #407.

…um of possible keys. Also change the import of json to come from the botocore.compat module and also set the object_pairs_hook to use OrderedDict so unit tests can be compared properly. Dependent on boto/botocore#185. Fixes #407.
parts = self._split_on_commas(value)
valid_names = self._create_name_to_params(param)
LOG.debug('valid_names=%s', valid_names)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug logs no longer needed?

@jamesls
Copy link
Member

jamesls commented Dec 3, 2013

:shipit: Looks good.

@garnaat garnaat merged commit 60b3820 into aws:develop Dec 3, 2013
@garnaat garnaat deleted the fix-407 branch December 3, 2013 22:04
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.

AWS SNS 'StringParameter' object has no attribute 'enum'
2 participants