Skip to content

Commit

Permalink
fixup! 🐛(api) fix xi client read method
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaudantoine committed Jan 21, 2024
1 parent ee37053 commit 0b8de57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/core/warren/xi/indexers/moodle/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def factory(
"""Instantiate the class after fetching the given course."""
course = await target.experience.get(course_iri)
if not course:
raise ValueError(f"Wrong course iri {course_iri}")
raise ValueError(f"Wrong course IRI {course_iri}")

return cls(lms=source, xi=target, course=course, **kwargs)

Expand Down

0 comments on commit 0b8de57

Please sign in to comment.