Skip to content

Commit 941b8b9

Browse files
Pavel.PrudkyPavel.Prudky
authored andcommitted
v0.1.2 ( minor bug fixes )
- better file save error handling - adding numerics to section names allowed regex - minor adjustments
1 parent 7e86b7f commit 941b8b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

notes_app/view/notes_view.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,6 @@ def save_current_section_to_file(self):
692692
current_section_text_before = ""
693693
# self.file.reload() will remove the current section separator from self.file.section_separators
694694
# in case it was deleted or renamed so the current section identifier is added back
695-
# si = SectionIdentifier(section_file_separator=self.text_section_view.section_file_separator, defaults=self.defaults)
696-
#
697695
self.file.set_section_content(
698696
section_separator=self.text_section_view.section_file_separator,
699697
section_content=SECTION_FILE_NEW_SECTION_PLACEHOLDER,

0 commit comments

Comments
 (0)