mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-12-22 07:07:40 +00:00
Clean up scripts
This commit is contained in:
parent
3f0658bba5
commit
e0ce41546e
@ -71,7 +71,7 @@ def get_terminal_profile(force: bool = False):
|
||||
if term_program == "Apple_Terminal":
|
||||
tty_output = check_output(["tty"]).strip()
|
||||
tty = str(tty_output, encoding="utf-8")
|
||||
code, stdout, stderr = run_applescript(
|
||||
code, stdout, _ = run_applescript(
|
||||
TERMINAL_SETTINGS_SCRIPT.format(tty),
|
||||
)
|
||||
if code:
|
||||
|
Loading…
Reference in New Issue
Block a user