Skip to content

Commit

Permalink
use correct config file in Phi mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jan 31, 2024
1 parent 9d2ec96 commit 07b48b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynxtools/dataconverter/readers/xps/phi/spe_pro_phi.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MapperPhi(XPSMapper):
Phi vendor into python dictionary.
"""

config_file = "config_spe_phi.json"
config_file = "config_phi.json"

def __init__(self):
super().__init__()
Expand Down

0 comments on commit 07b48b7

Please sign in to comment.