Skip to content

Commit

Permalink
removed unused code which causes errors during execution
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Nov 6, 2024
1 parent 5d4e6d1 commit 2df3706
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/profile_generation_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 2df3706

Please sign in to comment.