style and other fixes

Signed-off-by: Scott Murray <scottmur@amazon.com>
This commit is contained in:
Scott Murray
2022-01-21 16:03:39 -08:00
parent 44cbc7659f
commit 6481b147fc
2 changed files with 19 additions and 21 deletions
@@ -477,7 +477,7 @@ class EditorEntity:
remove_success = editor.EditorComponentAPIBus(bus.Broadcast, "RemoveComponents", component_ids)
assert (
remove_success
), f"Failure: could not remove component from '{self.get_name()}'"
), f"Failure: could not remove component from entity '{self.get_name()}'"
def get_components_of_type(self, component_names: list) -> List[EditorComponent]:
"""