From 5564d6a5a4daaf3d75acf13e7a819f40698992ed Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Thu, 2 Jul 2020 20:52:29 -0700 Subject: [PATCH] short isn't a filter --- jrnl/Journal.py | 1 - jrnl/cli.py | 1 - 2 files changed, 2 deletions(-) diff --git a/jrnl/Journal.py b/jrnl/Journal.py index 72b3b9cd..00aa84f3 100644 --- a/jrnl/Journal.py +++ b/jrnl/Journal.py @@ -190,7 +190,6 @@ class Journal: end_date=None, starred=False, strict=False, - short=False, contains=None, exclude=[], ): diff --git a/jrnl/cli.py b/jrnl/cli.py index 54d81ab4..18fcc55c 100644 --- a/jrnl/cli.py +++ b/jrnl/cli.py @@ -245,7 +245,6 @@ Python 3.7 (or higher) soon. start_date=args.start_date, end_date=args.end_date, strict=args.strict, - short=args.short, starred=args.starred, exclude=args.excluded, contains=args.contains,