Skip to content

Commit

Permalink
Cosmetic improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
jasursadikov committed Sep 10, 2024
1 parent 7c1c378 commit 0de3f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def _get_branch_status(path: str) -> str:
@staticmethod
def _print_process_header(path: str, command: str, failed: bool, code: int):
path = f'{Runner._get_formatted_path(path)}{RESET}'
command = f'{BLACK}{BKG_WHITE}{utils.GLYPHS[")"]} {RESET}{BKG_WHITE}{BLACK}{utils.GLYPHS["terminal"]} {BOLD}{command} {RESET}{WHITE}{utils.GLYPHS[')']}{RESET}'
command = f'{BKG_WHITE}{BLACK} {utils.GLYPHS["terminal"]} {BOLD}{command} {RESET}{WHITE}{utils.GLYPHS[")"]}{RESET}'
code = f'{RED + utils.GLYPHS["failed"] if failed else GREEN + utils.GLYPHS["finished"]}{RESET} {f"{RESET}{RED}Code: {BOLD}{code}{RESET}" if failed else ""} {RESET}'
print(f'{path} {command} {code}')

Expand Down

0 comments on commit 0de3f27

Please sign in to comment.