Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
reload: Fix exit bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Dec 17, 2017
1 parent 553ba8f commit fc97823
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions pywal/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions pywal/reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit fc97823

Please sign in to comment.