1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

bin/autojump: Fix a Flake8 warning

This commit is contained in:
Alex Thiessen 2022-02-08 21:10:43 +01:00
parent 4f07c55f03
commit 4e11af9f12
No known key found for this signature in database
GPG Key ID: 6C90AE2B18A1CF5B

View File

@ -129,8 +129,8 @@ def parse_arguments():
help='show database entries and their key weights',
)
parser.add_argument(
'-v', '--version', action='version', version='%(prog)s v' +
VERSION, help='show version information',
'-v', '--version', action='version', version='%(prog)s v' + VERSION,
help='show version information',
)
return parser.parse_args()