Skip to content

Commit

Permalink
bin/autojump: Fix a Flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rico-chet authored and alex-thiessen-for-siemens committed Jan 24, 2022
1 parent ff69400 commit bb700f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/autojump
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bb700f8

Please sign in to comment.