mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 16:44:04 +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)
|
||||
|
||||
if args.v:
|
||||
print("wal %s" % __version__)
|
||||
print("wal", __version__)
|
||||
sys.exit(0)
|
||||
|
||||
if args.q:
|
||||
|
Loading…
Reference in New Issue
Block a user