mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-09 14:34:53 +02:00
general: Remove pointless format
This commit is contained in:
@ -84,7 +84,7 @@ def process_args(args):
|
||||
sys.exit(1)
|
||||
|
||||
if args.v:
|
||||
print("wal %s" % __version__)
|
||||
print("wal", __version__)
|
||||
sys.exit(0)
|
||||
|
||||
if args.q:
|
||||
|
Reference in New Issue
Block a user