Skip to content

Replace bare except: clause with specific exception handling in run_kraken.py #1129

@shiavm006

Description

@shiavm006

Summary

There is a bare except: clause in run_kraken.py at line 173 that catches all exceptions indiscriminately, including SystemExit and KeyboardInterrupt. This violates Python best practices (PEP 8) and can mask important errors during Kubernetes client initialization.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions