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

Fix flake8 errors.

This commit is contained in:
William Ting 2014-10-04 18:45:36 -07:00
parent 5538cf70f3
commit 3c658dc64f
2 changed files with 23 additions and 24 deletions

View File

@ -94,8 +94,7 @@ def set_defaults():
def parse_arguments():
parser = ArgumentParser(
description='Automatically jump to directory passed as an \
argument.',
description='Automatically jump to directory passed as an argument.',
epilog="Please see autojump(1) man pages for full documentation.")
parser.add_argument(
'directory', metavar='DIRECTORY', nargs='*', default='',