Skip to content

Commit c1b7a48

Browse files
Update basilisk/gui/ocr_handler.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9793983 commit c1b7a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basilisk/gui/ocr_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def on_ocr(self, event: wx.CommandEvent):
279279
)
280280
return
281281

282-
if not self.parent._check_attachments_valid():
282+
if not self.parent.check_attachments_valid():
283283
return
284284

285285
client = engine.client

0 commit comments

Comments
 (0)