Skip to content

AthenaCommon: fix ResourceWarning unclosed file

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20240209T144051 into main

Fix the following warning that shows up in developer mode (e.g. unittest):

AthenaCommon/Debugging.py:81: ResourceWarning: unclosed file

Merge request reports