mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-09 15:38:30 +01:00
general: Remove pointless format
This commit is contained in:
parent
80b19ccc43
commit
c43b52b5d8
@ -84,7 +84,7 @@ def process_args(args):
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if args.v:
|
if args.v:
|
||||||
print("wal %s" % __version__)
|
print("wal", __version__)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
if args.q:
|
if args.q:
|
||||||
|
Loading…
Reference in New Issue
Block a user