-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
HIGH Priority Bug Report for MedshipmentTrackingTool
Date: 2025-12-23T23:00:15.921Z
Priority: P0
Severity: HIGH
Total Issues: 1
1. src/excel_handler.py:235
Category: error_handling
Bare except or except: pass - should catch specific exceptions
try:
value = unicodedata.normalize('NFKD', str(cell.value)).encode('ascii', 'ignore').decode('ascii')
values.append(value)
except:
values.append(str(cell.value))
# Ensure we have the right number of columns
Full report available in workflow artifacts.