Skip to content

Commit

Permalink
Merge pull request #1071 from ynput/bugfix/AY-7270_fix_templatePartRe…
Browse files Browse the repository at this point in the history
…sult_from_int

Fix Anatomy.format_all with unpadded int values.
  • Loading branch information
iLLiCiTiT authored Jan 8, 2025
2 parents ec2452c + 2a22bbb commit 1608296
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/ayon_core/lib/path_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,6 @@ def format(
"""
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):
Expand Down

0 comments on commit 1608296

Please sign in to comment.