mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-23 06:18:35 +01:00
reload: Fix exit bug.
This commit is contained in:
parent
553ba8fd9e
commit
fc97823bce
@ -99,6 +99,7 @@ def process_args(args):
|
||||
|
||||
if args.r:
|
||||
reload.colors(args.t)
|
||||
sys.exit(0)
|
||||
|
||||
if args.a:
|
||||
util.Color.alpha_num = args.a
|
||||
|
@ -80,5 +80,3 @@ def colors(vte, cache_dir=CACHE_DIR):
|
||||
sequences = re.sub(r"\]708;(\[.{0,3}\])?\#.{6}", "", sequences)
|
||||
|
||||
print(sequences, end="")
|
||||
|
||||
sys.exit(0)
|
||||
|
Loading…
Reference in New Issue
Block a user