Skip to content

Commit

Permalink
v0.1.2 ( minor bug fixes )
Browse files Browse the repository at this point in the history
- better file save error handling
- adding numerics to section names allowed regex
- minor adjustments
  • Loading branch information
Pavel.Prudky authored and Pavel.Prudky committed Oct 9, 2022
1 parent 7e86b7f commit 941b8b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions notes_app/view/notes_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,6 @@ def save_current_section_to_file(self):
current_section_text_before = ""
# self.file.reload() will remove the current section separator from self.file.section_separators
# in case it was deleted or renamed so the current section identifier is added back
# si = SectionIdentifier(section_file_separator=self.text_section_view.section_file_separator, defaults=self.defaults)
#
self.file.set_section_content(
section_separator=self.text_section_view.section_file_separator,
section_content=SECTION_FILE_NEW_SECTION_PLACEHOLDER,
Expand Down

0 comments on commit 941b8b9

Please sign in to comment.