2 parents 1d5781a + fb0217d commit 29d2d48Copy full SHA for 29d2d48
1 file changed
engine/core/__init__.py
@@ -98,7 +98,10 @@ def __init__(
98
else:
99
self.image = EntityAnim(image)
100
except (pygame.error, FileNotFoundError) as e:
101
- logger(f"Failed to load image or animation '{image}': {str(e)}", status=LoggerStatus.WARNING)
+ logger(
102
+ f"Failed to load image or animation '{image}': {str(e)}",
103
+ status=LoggerStatus.WARNING,
104
+ )
105
106
if scriptfile is not None:
107
esfid = f"esf-{self.id}"
0 commit comments