missed these changes in the last commit

This commit is contained in:
CocoByte 2023-10-27 11:24:10 -06:00
parent 72ae138991
commit b236be7f43
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 16 additions and 25 deletions

View file

@ -61,15 +61,6 @@ class TerminalHelper:
# DEBUG:
if print_condition:
logger.info(print_statement)
def execute_command(command_string:str):
"""Executes the given command string"""
logger.info(f"""{TerminalColors.OKCYAN}
==== EXECUTING... ====
{TerminalColors.ENDC}""")
os.system(f"{command_string}")
def prompt_for_execution(system_exit_on_terminate: bool,