mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Fixed debug TypeError (#1484)
This commit is contained in:
parent
7f91d512b8
commit
bb0a6f5854
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ def write_mode(args, config, journal, **kwargs):
|
||||||
journal.new_entry(raw)
|
journal.new_entry(raw)
|
||||||
print(f"[Entry added to {args.journal_name} journal]", file=sys.stderr)
|
print(f"[Entry added to {args.journal_name} journal]", file=sys.stderr)
|
||||||
journal.write()
|
journal.write()
|
||||||
logging.debug("Write mode: completed journal.write()", args.journal_name, raw)
|
logging.debug("Write mode: completed journal.write()")
|
||||||
|
|
||||||
|
|
||||||
def search_mode(args, journal, **kwargs):
|
def search_mode(args, journal, **kwargs):
|
||||||
|
|
Loading…
Add table
Reference in a new issue