Update color of command for print

This commit is contained in:
bmaltais 2023-03-08 09:46:20 -05:00
parent 3a5d491ff2
commit cd0d72c7f5

View File

@ -575,8 +575,8 @@ def train_model(
) )
if print_only_bool: if print_only_bool:
print('Here is the trainer command as a reference. It will not be executed:') print('\033[93m\nHere is the trainer command as a reference. It will not be executed:\033[0m\n')
print(run_cmd) print('\033[96m' + run_cmd + '\033[0m\n')
else: else:
print(run_cmd) print(run_cmd)
# Run the command # Run the command