Skip to content

Commit

Permalink
Fixed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Oct 31, 2024
1 parent f6df013 commit b71065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amulet_editor/data/plugin/_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def _validate_import(imported_name: str, frame: FrameType) -> None:
pass
else:
if imported_root_name not in Packages:
raise RuntimeError(f"Could not find library {importer_root_name}.")
raise RuntimeError(f"Could not find library {imported_root_name}.")
package_name = Packages[imported_root_name][0].lower().replace("-", "_")
if not any(
dependency.identifier == package_name
Expand Down

0 comments on commit b71065b

Please sign in to comment.