Merge branch 'develop' into enhancement/staging-dir-enhancements

This commit is contained in:
Jakub Trllo 2025-01-08 12:36:22 +01:00 committed by GitHub
commit 96a42b7a6a
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):