diff --git a/src/yt_napari/_widget_reader.py b/src/yt_napari/_widget_reader.py index b3fd3fc..c695ed9 100644 --- a/src/yt_napari/_widget_reader.py +++ b/src/yt_napari/_widget_reader.py @@ -128,7 +128,6 @@ def save_selection(self): # Save the JSON data to the selected file with open(file_path, 'w') as json_file: json.dump(py_kwargs, json_file, indent=4) - app.exec_() def clear_cache(self): dataset_cache.rm_all()