mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Fix failing tests and linting issues
This commit is contained in:
parent
65a3b2ce7c
commit
0e1f415c97
3 changed files with 13 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue