Skip to content

Bare Exception Handler (Silent Failures) #39

@claymore666

Description

@claymore666

LOCATION: ceti/whaletag.py:91-95

CURRENT CODE:
except BaseException:
return False

PROBLEM:
- All exceptions are silently caught and suppressed
- Wrong password → returns False (no error message)
- Network timeout → returns False (no error message)
- SSH server down → returns False (no error message)

IMPACT:
- Impossible to debug connection failures in the field

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions