mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 22:46:30 +02:00
revising login simulation -- committing for sandbox testing
This commit is contained in:
parent
cb3cfe3a6d
commit
852f22a57a
3 changed files with 35 additions and 15 deletions
|
@ -49,7 +49,7 @@ class TerminalHelper:
|
|||
else:
|
||||
logger.info("Please respond with 'yes' or 'no' " "(or 'y' or 'n').\n")
|
||||
|
||||
def print_debug(print_condition: bool, print_statement: str):
|
||||
def print_conditional(print_condition: bool, print_statement: str):
|
||||
"""This function reduces complexity of debug statements
|
||||
in other functions.
|
||||
It uses the logger to write the given print_statement to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue