Skip to content

Commit

Permalink
Update src/yt_napari/_widget_reader.py
Browse files Browse the repository at this point in the history
remove app.exec()

Co-authored-by: Chris Havlin <[email protected]>
  • Loading branch information
TomasPetro and chrishavlin authored Nov 7, 2023
1 parent d0df471 commit 1f3577e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/yt_napari/_widget_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Check warning on line 130 in src/yt_napari/_widget_reader.py

View check run for this annotation

Codecov / codecov/patch

src/yt_napari/_widget_reader.py#L129-L130

Added lines #L129 - L130 were not covered by tests
app.exec_()

def clear_cache(self):
dataset_cache.rm_all()
Expand Down

0 comments on commit 1f3577e

Please sign in to comment.