diff --git a/pynxtools/dataconverter/readers/xps/reader.py b/pynxtools/dataconverter/readers/xps/reader.py index 03f6e5707..513b3f80a 100644 --- a/pynxtools/dataconverter/readers/xps/reader.py +++ b/pynxtools/dataconverter/readers/xps/reader.py @@ -343,7 +343,7 @@ def read( xps_data_dict: Dict[str, Any] = {} eln_data_dict: Dict[str, Any] = {} - config_file: Path = reader_dir.joinpath("config/template.json") + config_file: Path = reader_dir.joinpath("config", "template.json") for file in file_paths: file_ext = file.rsplit(".")[-1]