Skip to content

Commit f8614ff

Browse files
committed
Improve missing category warning
1 parent 9ef423d commit f8614ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/spec/rdf/v0_2/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def warn_about_tag_categories(self, value):
257257
else:
258258
error = None
259259
if missing_categories:
260-
self.warn("tags", f"Missing tags for categories: {missing_categories}")
260+
self.warn("tags", f"Missing tags corresponding to bioimage.io categories: {missing_categories}")
261261

262262
if error is not None:
263263
self.warn("tags", f"could not check tag categories ({error})")

0 commit comments

Comments
 (0)