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 1768a03 commit ae3bc67Copy full SHA for ae3bc67
src/annotate/_core.py
@@ -608,9 +608,9 @@ def refresh_figure(self):
608
fs = None
609
annlist = ", ".join(deps)
610
error = (
611
- f"The following annotations are dependant on contour {annot}:\n"
612
- f" {annlist}. Please select a contour that does not depend on"
613
- f" other existing contours.")
+ f"The following annotations are dependant on the annotation"
+ f" {annot}: {annlist}. Please select an annotation that does"
+ f" not depend on other existing annotations.")
614
fh = None
615
ft = None
616
else:
0 commit comments