Skip to content

Commit

Permalink
Merge pull request #154 from leocardao/VA17-031_VA25-042
Browse files Browse the repository at this point in the history
Fix mypy error in e3.aws.cfn.main VA17-031,VA25-042
  • Loading branch information
leocardao authored Nov 22, 2022
2 parents 974ccf9 + c101c65 commit 55987b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/e3/aws/cfn/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def _prompt_yes(self, msg: str) -> bool:
:param msg: short question to ask user
:return: if user answered yes
"""
assert self.args is not None
if self.args.skip_prompts:
return True

Expand Down

0 comments on commit 55987b4

Please sign in to comment.