Skip to content

Commit

Permalink
resolve other tokens in file fallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
n-burk committed May 1, 2024
1 parent c8e1cc6 commit 03adfbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nxt/plugins/file_fallbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ def historical_resolve_attr_ref(stage, string, comp_node, comp_layer,
active_layers,
token,
historical_depth)
else:
value = token.resolve(stage, comp_node, token_content, comp_layer)
raw_token = make_token_str(attr_ref)
resolved_token = resolved_token.replace(raw_token, value)
return resolved_token
Expand Down

0 comments on commit 03adfbd

Please sign in to comment.