We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a52dc commit 46681a7Copy full SHA for 46681a7
plotpy/widgets/colormap/manager.py
@@ -349,6 +349,8 @@ def remove_colormap(self) -> None:
349
return
350
name = cmap.name
351
if name == self.active_cmap_name or cmap_exists(name, DEFAULT_COLORMAPS):
352
+ if execenv.unattended: # For testing purposes only
353
+ return
354
if name == self.active_cmap_name:
355
msg = _("Colormap <b>%s</b> is the active colormap.")
356
else:
0 commit comments