Skip to content

Commit

Permalink
fix: change notebooks export log message to avoid confusion
Browse files Browse the repository at this point in the history
fix #52
  • Loading branch information
vzhd1701 committed Oct 18, 2023
1 parent 244440d commit 0a5840d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evernote_backup/note_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def export_notebooks(self) -> None:
raise NothingToExportError

if count_notes > 0:
logger.info("Exporting notes...")
logger.info("Exporting notebooks...")

self._export_active()

Expand Down

0 comments on commit 0a5840d

Please sign in to comment.