Skip to content

Commit ae3bc67

Browse files
committed
fixed error message
1 parent 1768a03 commit ae3bc67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/annotate/_core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,9 @@ def refresh_figure(self):
608608
fs = None
609609
annlist = ", ".join(deps)
610610
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.")
611+
f"The following annotations are dependant on the annotation"
612+
f" {annot}: {annlist}. Please select an annotation that does"
613+
f" not depend on other existing annotations.")
614614
fh = None
615615
ft = None
616616
else:

0 commit comments

Comments
 (0)