updates & fixes

This commit is contained in:
CocoByte 2023-11-03 14:29:12 -05:00
parent 59cb3cc0de
commit d9796a15af
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 26 additions and 3 deletions

View file

@ -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,