Fix failing tests and linting issues

This commit is contained in:
Jonathan Wren 2020-03-28 15:09:40 -07:00
parent 65a3b2ce7c
commit 0e1f415c97
3 changed files with 13 additions and 3 deletions

View file

@ -180,7 +180,7 @@ def parse_args(args=None):
action="store_true",
help="Opens an interactive interface for deleting entries.",
)
# Handle '-123' as a shortcut for '-n 123'
num = re.compile(r"^-(\d+)$")
if args is None: