Skip to content

Commit

Permalink
error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Sep 26, 2024
1 parent 674b6e6 commit 2c595da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/profile_generation_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,8 @@ def generate_types_cardianlity(g, prop):
if g["@type"] == "rdf:Property":
external_properties.append(g["@id"])

for g in data["@graph"]:
for g in range(data_length):
# for g in data["@graph"]:
if g["@type"] == "rdfs:Class":
print(
Fore.BLUE
Expand Down

0 comments on commit 2c595da

Please sign in to comment.