Downloading the HCP, selecting a config file and then attempting to edit via the GUI results in the following error.
Edit Config Dialogue
MainConfig - Save MainConfig
ConfigFile - Save Config:
Traceback (most recent call last):
File "Main.py", line 359, in configEditButtonPressed
ConfigFile.saveConfig(ConfigFile.filename)
File "/home/ar17/PythonProjects/FRM4SOC/HCP/Source/ConfigFile.py", line 232, in saveConfig
with open(fp, 'w', encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
IsADirectoryError: [Errno 21] Is a directory: '/home/ar17/PythonProjects/FRM4SOC/HCP/Config/'
Downloading the HCP, selecting a config file and then attempting to edit via the GUI results in the following error.