Skip to content

fix qhda report destination

Simon Mazenoux requested to merge fix-qhda-report-destination into dev

image

Python 3.11.9 (main, Apr  6 2024, 17:59:24) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> circuit_name = 'RQD.A12'
>>> print(circuit_name[:2] + circuit_name[3:] if circuit_name.startswith("RQD") or circuit_name.startswith("RQF") else circuit_name)
RQ.A12

Merge request reports