diff --git a/.github/workflows/profile_generation_script.py b/.github/workflows/profile_generation_script.py index 4f4e856..3ba8ff9 100644 --- a/.github/workflows/profile_generation_script.py +++ b/.github/workflows/profile_generation_script.py @@ -325,8 +325,6 @@ def generate_spec_info(g, path_changed_file): if "rdfs:comment" in g.keys(): spec_info["description"] = g["rdfs:comment"] - else: - spec_info["description"] spec_info["version"] = arg.split("/")[-1].split(".json")[0].split("v")[-1]