Skip to content

Commit

Permalink
temp: update openedx/core/djangoapps/content_libraries/api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle McCormick <[email protected]>
  • Loading branch information
ormsbee and kdmccormick authored Oct 23, 2024
1 parent 5446f0a commit 5d03bc8
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 @@ -996,7 +996,7 @@ def import_staged_content_from_user_clipboard(library_key: LibraryLocatorV2, use
if not file_data:
log.error(
f"Staged content {staged_content_id} included referenced "
f" file {filename}, but no file data was found."
f"file {filename}, but no file data was found."
)
continue

Expand Down

0 comments on commit 5d03bc8

Please sign in to comment.