mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 07:39:52 +02:00
Revert "uncomment assertion (#4072)"
This commit is contained in:
committed by
Brad Warren
parent
1fd847e216
commit
aa389cf8aa
@@ -253,7 +253,7 @@ class FileDisplay(object):
|
||||
: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:
|
||||
|
||||
Reference in New Issue
Block a user