JSONDecodeError at find_flagged_antennas
With the latest LINC target I am running into the following crash at the find_flagged_antennas step for an HBA set (from the error log):
```
WARNING: SINGULARITYENV_TMPDIR and APPTAINERENV_TMPDIR have different values, using the latter
WARNING: Skipping environment variable [SINGULARITYENV_TMPDIR=/tmp], TMPDIR is already overridden with different value [/snap8/scratch/do011/dc-swei1/temp_lockman/LockmanC/rundir/tmp.LINC_target_846968.cqgvz2v7/tmpdir_LINC_target/]
WARNING: While bind mounting '/cosma/apps/do011/dc-swei1/LINC:/opt/lofar/LINC': destination is already in the mount point list
WARNING: While bind mounting '/cosma/apps/do011/dc-swei1/VLBI-cwl:/opt/lofar/VLBI-cwl': destination is already in the mount point list
Traceback (most recent call last):
File "<string>", line 5, in <module>
File "/usr/lib64/python3.12/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/json/decoder.py", line 338, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/json/decoder.py", line 354, in raw_decode
obj, end = self.scan_once(s, idx)
^^^^^^^^^^^^^^^^^^^^^^
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
```
It sounds a bit like #90, which was also seemed localised to me, but I haven't yet had much luck just changing quotes. I was wondering if someone here might have a suggestion on what to try for a fix.
issue