Fix typo on extension items, extensions need to include a dot .json and .yaml.

This commit is contained in:
2025-01-21 09:30:49 +01:00
parent 45132b42ce
commit 5b06548d88

View File

@ -7,7 +7,7 @@ from instruments.readers.xps_ibw_reader import read_xps_ibw_file_as_dict
from instruments.readers.g5505_text_reader import read_txt_files_as_dict
file_extensions = ['.ibw','.txt','.dat','.h5','.TXT','.csv','.pkl','json','yaml']
file_extensions = ['.ibw','.txt','.dat','.h5','.TXT','.csv','.pkl','.json','.yaml']
# Define the instruments directory (modify this as needed or set to None)
default_instruments_dir = None # or provide an absolute path