From e0ce41546e74cd68cb5101bae4102e50cb87e006 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 5 Apr 2022 10:27:56 -0700 Subject: [PATCH] Clean up scripts --- assets/default/bin/derive_colors.py | 2 +- minimal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/default/bin/derive_colors.py b/assets/default/bin/derive_colors.py index b5fabe1..0c7cf19 100755 --- a/assets/default/bin/derive_colors.py +++ b/assets/default/bin/derive_colors.py @@ -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: diff --git a/minimal b/minimal index 2de523d..5f03409 100755 --- a/minimal +++ b/minimal @@ -22,7 +22,7 @@ if ! is_installed "packages" || prompt_yn "Reinstall packages?" ; then install_packages=true fi -### Run recipes +# Run recipes if $install_packages ; then recipe 'packages' set_installed "packages"