-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Priority/1-MediumTo do after P0To do after P0Size/HoursVery shortVery shortStatus/ReadyForDevThe issue is ready to be developed or to be investigated deeplyThe issue is ready to be developed or to be investigated deeply
Milestone
Description
The function export_khiops_dictionary_file throws a FileNotFoundError when attempting to export the dictionary to a path where the target directory does not exist. This issue occurs on both Windows and Linux systems.
error message : FileNotFoundError: [Errno 2] No such file or directory: '\log\dico_in.kdic'
like other functions this function should automatically create the necessary directories before attempting to write the file
solution : call os.makedirs(os.path.dirname(filepath), exist_ok=True) before to write file
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority/1-MediumTo do after P0To do after P0Size/HoursVery shortVery shortStatus/ReadyForDevThe issue is ready to be developed or to be investigated deeplyThe issue is ready to be developed or to be investigated deeply