Skip to content

Commit

Permalink
changed dict for graph to listing
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Nov 6, 2024
1 parent 88bdde4 commit 9d973b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process_profile_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def generate_rdf_for_profile(self, profile_name, label, comment, publisher, is_p

jaydict.update({"$validation" : self.validation})

resDict = {"@context" : self.context, "@graph" : jaydict}
resDict = {"@context" : self.context, "@graph" : [jaydict]}

jdump = json.dumps(resDict, indent=4)

Expand Down

0 comments on commit 9d973b3

Please sign in to comment.