Skip to content

Commit

Permalink
temp: does CI use a different libxml than tutor dev?
Browse files Browse the repository at this point in the history
  • Loading branch information
ormsbee committed Oct 22, 2024
1 parent be90091 commit d6695b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/content_libraries/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def set_library_block_olx(usage_key, new_olx_str) -> int:
# clipboard right now.
if "url_name" in node.attrib:
del node.attrib["url_name"]
new_olx_str = etree.tostring(node, encoding='unicode', pretty_print=True)
new_olx_str = etree.tostring(node, encoding='unicode')

now = datetime.now(tz=timezone.utc)

Expand Down

0 comments on commit d6695b0

Please sign in to comment.