Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Dec 9, 2024
1 parent 028e325 commit a53be86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def _extract_from_aperture(self, cube, uncert_cube, mask_cube, aperture,
# Also apply the cube's original mask array
if mask_cube:
snackbar_message = SnackbarMessage(
f"Note: Applied loaded mask cube during extraction",
"Note: Applied loaded mask cube during extraction",
color="warning",
sender=self)
self.hub.broadcast(snackbar_message)
Expand Down

0 comments on commit a53be86

Please sign in to comment.