mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-18 18:18:13 +02:00
reload: Fix exit bug.
This commit is contained in:
@@ -99,6 +99,7 @@ def process_args(args):
|
|||||||
|
|
||||||
if args.r:
|
if args.r:
|
||||||
reload.colors(args.t)
|
reload.colors(args.t)
|
||||||
|
sys.exit(0)
|
||||||
|
|
||||||
if args.a:
|
if args.a:
|
||||||
util.Color.alpha_num = 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)
|
sequences = re.sub(r"\]708;(\[.{0,3}\])?\#.{6}", "", sequences)
|
||||||
|
|
||||||
print(sequences, end="")
|
print(sequences, end="")
|
||||||
|
|
||||||
sys.exit(0)
|
|
||||||
|
Reference in New Issue
Block a user