Skip to content

Conversation

@aphick
Copy link

@aphick aphick commented Oct 28, 2025

Proposed changes

  • Rename rewrites loop variable to prevent name collision

Resolves object of type 'dict' has no attribute 'rewrites' error when specifying rewrites. Error is due to re-use of the variable name rewrite within the loop, causing a naming collision. Changed loop variable to rewrite_item

Checklist

Before creating a PR, run through this checklist and mark each as complete:

@aphick aphick requested a review from a team as a code owner October 28, 2025 16:28
@github-actions
Copy link

github-actions bot commented Oct 28, 2025

✅ All required contributors have signed the F5 CLA for this PR. Thank you!
Posted by the CLA Assistant Lite bot.

@github-actions github-actions bot added the bug Something isn't working label Oct 28, 2025
@aphick
Copy link
Author

aphick commented Oct 28, 2025

I have hereby read the F5 CLA and agree to its terms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant