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

raising exception for known bug https://github.com/awslabs/aws-encryption-sdk-cli/issues/110 and adding note in readme about this #112

Merged
merged 3 commits into from
Nov 18, 2017

Conversation

mattsb42-aws
Copy link
Member

raising exception for known bug #110 and adding note in readme about this #111 #110

@mattsb42-aws mattsb42-aws requested a review from a team November 18, 2017 01:41
problematic_characters = ['\'', '"']
if not self.__is_posix and any([val in arg_line for val in problematic_characters]):
raise BadUserArgumentError(
'Config files containing character "{}" are not currently supported:'
Copy link
Contributor

Choose a reason for hiding this comment

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

Per discussion: missing format argument

@mattsb42-aws mattsb42-aws merged commit 6451c47 into aws:master Nov 18, 2017
@mattsb42-aws mattsb42-aws deleted the dev-111 branch November 18, 2017 01:59
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.

2 participants