mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
fix merge bug
This commit is contained in:
parent
15b86cae97
commit
517c5220ee
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ def _delete_search_results(journal, old_entries, **kwargs):
|
|||
|
||||
def _change_time_search_results(args, journal, old_entries, no_prompt=False, **kwargs):
|
||||
if not journal.entries:
|
||||
raise JrnlException(Message(MsgText.NothingToModify, MsgType.WARNING))
|
||||
raise JrnlException(Message(MsgText.NothingToModify, MsgStyle.WARNING))
|
||||
|
||||
# separate entries we are not editing
|
||||
other_entries = _other_entries(journal, old_entries)
|
||||
|
|
Loading…
Add table
Reference in a new issue