Skip to content

Commit

Permalink
parent_widget
Browse files Browse the repository at this point in the history
  • Loading branch information
saarah815 committed Aug 6, 2024
1 parent bdb41fa commit 62b095a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_registration/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def check_atlas_installed(parent_widget: QWidget):
available_atlases = get_downloaded_atlases()
if len(available_atlases) == 0:
display_info(

Check warning on line 169 in brainglobe_registration/utils/utils.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_registration/utils/utils.py#L169

Added line #L169 was not covered by tests
widget=QWidget(),
widget=parent_widget,
title="Information",
message="No atlases available. Please download atlas(es) "
"using <a href='https://brainglobe.info/documentation/"
Expand Down

0 comments on commit 62b095a

Please sign in to comment.