mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
whitespace changes
This commit is contained in:
parent
fd930922db
commit
6f5a082075
1 changed files with 2 additions and 0 deletions
|
@ -346,8 +346,10 @@ def _display_search_results(args, journal, **kwargs):
|
|||
elif args.export:
|
||||
exporter = plugins.get_exporter(args.export)
|
||||
print(exporter.export(journal, args.filename))
|
||||
|
||||
elif kwargs["config"].get("display_format"):
|
||||
exporter = plugins.get_exporter(kwargs["config"]["display_format"])
|
||||
print(exporter.export(journal, args.filename))
|
||||
|
||||
else:
|
||||
print(journal.pprint())
|
||||
|
|
Loading…
Add table
Reference in a new issue