ISISComputingGroup/IBEX

HotfixStatusChecker: improvements

Open

#9,003 opened on Aug 7, 2026

 (1 comment) (0 reactions) (0 assignees) (2 forks)auto 404
Good First Issue

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

  • Use gitpython instead of executing things like cd ... && git ... using a shell and parsing the result.
  • Use the normal python logging infrastructure instead of print("DEBUG: ...")
  • Migrate to a standard pyproject.toml setup

Contributor guide