Fix failing tests and linting issues

This commit is contained in:
Jonathan Wren 2020-03-28 15:09:40 -07:00
parent 4b5eb163ba
commit 9be7bb4cea
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: