Fix the code in TrfUtils.py to correspond to the PyYAML 5.1+ requirements
The function load(input) is deprecated in PyYAML 5.1+, and the explicit specification of the loader like load(input,Loader=yaml.FullLoader) is needed. So, I fix the code of TrfUtils.py to match this requirement.
Merge request reports
Activity
added 24.0 InnerDetector labels
added review-pending-level-1 label
CI Result SUCCESS (hash 3f29e166)Athena externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-EL9 5851] (remote access info)added review-approved label and removed review-pending-level-1 label
added review-approved-point1 label
added review-approved-tier0 label
mentioned in commit 6cbabd79
mentioned in merge request !69618 (merged)
Please register or sign in to reply