Skip to content

Commit

Permalink
uncomment assertion (#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw authored and pde committed Jan 24, 2017
1 parent 44f2d4a commit 578815a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot/display/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def _return_default(self, prompt, default, cli_flag, force_interactive):
:rtype: bool
"""
# assert_valid_call(prompt, default, cli_flag, force_interactive)
assert_valid_call(prompt, default, cli_flag, force_interactive)
if self._can_interact(force_interactive):
return False
elif default is None:
Expand Down

0 comments on commit 578815a

Please sign in to comment.