Skip to content

Commit eafb32a

Browse files
authored
remove meaningless warning
1 parent ea93657 commit eafb32a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,6 @@ def write_rdfs_for_resource(resource: dict, dist: Path, only_for_version_id: Opt
261261
rdf.pop("root_path", None)
262262
assert missing not in rdf.values(), rdf
263263

264-
if rdf["type"] == "application" and rdf["name"] != rdf["id"].split("/")[1]:
265-
warnings.warn(f"BioEngine name '{rdf['name']}' not second part in id '{rdf['id']}'")
266-
267264
# sort rdf to avoid random diffs
268265
rdf = rec_sort(rdf)
269266

0 commit comments

Comments
 (0)