diff --git a/sizebot/lib/proportions.py b/sizebot/lib/proportions.py index 0a5a7d9a..85a964f1 100644 --- a/sizebot/lib/proportions.py +++ b/sizebot/lib/proportions.py @@ -186,7 +186,7 @@ def scale(self, scale_value: Decimal) -> StatBox: processed.append(sv) # If no progress if len(queued) == len(processing): - raise errors.UnfoundStatException([s.name for s in queued]) + raise errors.UnfoundStatException([s.stat.name for s in queued]) return StatBox(processed) def get(self, stat_name: str) -> StatValue | None: