Error message :
Traceback (most recent call last):
File "/user/home/bq24992/openghg_inversions/openghg_inversions/hbmcmc/run_hbmcmc.py", line 218, in
if not config_file.exists():
^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'exists'
Just need to convert to Path when assigning variable ~25 lines before.
Error message : Traceback (most recent call last): File "/user/home/bq24992/openghg_inversions/openghg_inversions/hbmcmc/run_hbmcmc.py", line 218, in
if not config_file.exists():
^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'exists'
Just need to convert to Path when assigning variable ~25 lines before.