Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTJung committed Mar 13, 2024
1 parent ea98ad0 commit 3ed370f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate_oops_request_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ def generate_request_content(input_path):
with open(input_path, 'r', encoding='utf-8') as f:
rdfcontent = f.read()

xmldata = ET.fromstring("""
<?xml version="1.0" encoding="UTF-8"?>
xmldata = ET.fromstring("""<?xml version="1.0" encoding="UTF-8"?>
<OOPSRequest>
<OntologyURI></OntologyURI>
<OntologyContent><![CDATA[
Expand Down

0 comments on commit 3ed370f

Please sign in to comment.