Skip to content

High Priority Issues - MedshipmentTrackingTool (1 issues) #2

@Ricky512227

Description

@Ricky512227

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions