Skip to content

Commit eda9d12

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

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
@@ -327,7 +327,7 @@ def on_ocr(self, event: wx.CommandEvent):
327327

328328
self.process.daemon = True # Ensure process terminates when parent does
329329
self.process.start()
330-
log.debug(f"OCR process started: {self.process.pid}")
330+
log.debug("OCR process started: %s", self.process.pid)
331331

332332
wx.CallLater(
333333
CHECK_TASK_DELAY,

0 commit comments

Comments
 (0)