Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Feb 11, 2025
1 parent 45f33a4 commit adce0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools_xps/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def _check_for_vendors_txt(file_path: str) -> str:

if isinstance(config_file, dict):
config_file = config_file.get(file_ext)

self.config_file = XPSReader.reader_dir.joinpath("config", config_file)

self.xps_data_dicts += [parser.data_dict]
Expand Down

0 comments on commit adce0f7

Please sign in to comment.