We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e29bc7 commit cbf932cCopy full SHA for cbf932c
khiops/core/dictionary.py
@@ -416,7 +416,7 @@ def read_dictionary_file(dictionary_file_path):
416
"""
417
# Check the extension of the input dictionary file
418
extension = os.path.splitext(dictionary_file_path)[1].lower()
419
- if extension not in [".kdic", ".kdicj", "json"]:
+ if extension not in [".kdic", ".kdicj", ".json"]:
420
raise ValueError(
421
f"Input file must have extension 'kdic', 'kdicj' or 'json'."
422
f"It has extension: '{extension}'."
0 commit comments