mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 22:46:30 +02:00
missed these changes in the last commit
This commit is contained in:
parent
72ae138991
commit
b236be7f43
3 changed files with 16 additions and 25 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue