Skip to content

Commit

Permalink
change path concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Dec 4, 2023
1 parent f43e037 commit 1d1425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynxtools/dataconverter/readers/xps/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1d1425e

Please sign in to comment.