Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tiatoolbox/models/engine/semantic_segmentor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ def _predict_wsi_handle_exception(
# verbose mode, error by passing ?
logging.info("Finish: %d", wsi_idx / len(imgs))
logging.info("--Input: %s", str(img_path))
logging.info("--Ouput: %s", str(wsi_save_path))
logging.info("--Output: %s", str(wsi_save_path))
# prevent deep source check because this is bypass and
# delegating error message
except Exception as err: # noqa: PIE786 # skipcq: PYL-W0703
Expand Down