Skip to content

Commit 56988e4

Browse files
authored
Merge pull request #492 from jdeschamps/main
Proposal for missing category tags warning
2 parents 9ef423d + f8614ff commit 56988e4

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)