Skip to content

Conversation

@guitargeek
Copy link
Contributor

  • Format code
  • Fix linter warnings
  • Close TFile explicitly (avoiding also an unused variable warning)
  • Close .dat file correctly using with statement
  • Replace invalid regular expression with just split(), which already splits on whitespaces already

This is motivated by the failures in #21157

 * Format code
 * Fix linter warnings
 * Close TFile explicitly (avoiding also an unused variable warning)
 * Close `.dat` file correctly using `with` statement
 * Replace invalid regular expression with just `split()`, which already
   splits on whitespaces already
@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Test Results

    21 files      21 suites   3d 12h 12m 31s ⏱️
 3 776 tests  3 776 ✅ 0 💤 0 ❌
72 313 runs  72 313 ✅ 0 💤 0 ❌

Results for commit 4f562d0.

@guitargeek guitargeek merged commit 5e0dd5b into root-project:master Feb 4, 2026
32 of 33 checks passed
@guitargeek guitargeek deleted the staff_py branch February 4, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants