Skip to content

Bare except: cleanup in get_today_changes() #8

@Divyam-Chauhan

Description

@Divyam-Chauhan

What to do: Line 129 of git_parser.py has a bare except: (no exception type specified). This silently swallows all errors including KeyboardInterrupt and SystemExit. Replace it with except Exception:.

Files: git_parser.py (line 129)

  • Change except:except Exception:

Why beginner-friendly: Literally a 1-word change. Great intro to Python best practices and contributing to open source. Good for someone making their very first PR ever.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions