mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-12 07:39:04 +02:00
general: Remove pointless format
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user