Skip to content

Commit 109348c

Browse files
committed
Added a comment
1 parent c302e3c commit 109348c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gramps/gen/proxy/private.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def get_note_from_handle(self, handle):
166166
"""
167167
note = self.db.get_note_from_handle(handle)
168168
if note and not note.get_privacy():
169+
# Nothing to sanitize in note object:
169170
return note
170171
return None
171172

0 commit comments

Comments
 (0)