mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 22:46:30 +02:00
updates & fixes
This commit is contained in:
parent
59cb3cc0de
commit
d9796a15af
3 changed files with 26 additions and 3 deletions
|
@ -70,6 +70,13 @@ class TerminalHelper:
|
|||
else:
|
||||
logger.info("Please respond with 'yes' or 'no' " "(or 'y' or 'n').\n")
|
||||
|
||||
# @staticmethod
|
||||
# def array_as_string(array_to_convert: []) -> str:
|
||||
# array_as_string = "{}".format(
|
||||
# ", ".join(map(str, array_to_convert))
|
||||
# )
|
||||
# return array_as_string
|
||||
|
||||
@staticmethod
|
||||
def print_conditional(
|
||||
print_condition: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue