reload: Fix exit bug.

This commit is contained in:
dylan araps 2017-12-18 09:58:29 +11:00
parent 553ba8fd9e
commit fc97823bce
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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)