From b647fb94523d736869babeef14b2f73698280de5 Mon Sep 17 00:00:00 2001 From: Gerd Duscher <50049264+gduscher@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:42:44 -0500 Subject: [PATCH] Update interface_utils.py --- sidpy/io/interface_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sidpy/io/interface_utils.py b/sidpy/io/interface_utils.py index f88ce2c4..893d6892 100644 --- a/sidpy/io/interface_utils.py +++ b/sidpy/io/interface_utils.py @@ -158,7 +158,8 @@ def update_directory_list(directory_name): for name in dir_list: if os.path.isfile(os.path.join(file_dict['directory'], name)): if name not in file_dict: - add_to_dict(file_dict, name) + pass + # add_to_dict(file_dict, name) file_dict['file_list'].append(name) file_dict['display_file_list'].append(file_dict[name]['display_string']) else: