Merge pull request #1071 from ynput/bugfix/AY-7270_fix_templatePartResult_from_int

Fix Anatomy.format_all with unpadded int values.
This commit is contained in:
Jakub Trllo 2025-01-08 12:02:18 +01:00 committed by GitHub
commit 1608296824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -561,9 +561,6 @@ class FormattingPart:
"""
key = self._template_base
if key in result.really_used_values:
result.add_output(result.really_used_values[key])
return result
# ensure key is properly formed [({})] properly closed.
if not self.validate_key_is_matched(key):