Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move AM renamer to gather. Allows us to properly use sundew variable expansions. #952

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

andreleblanc11
Copy link
Member

This should've probably been tested before v3.00.52rc2 but oh well.

I started toying around with Sundew compatible substitutions and ran into some problems.

The renamer was getting called via after_accept which is wrong since we're doing Sundew substitutions BEFORE calling after_accept. With this PR, by moving the renamer before the filtering, we essentially avoid all of the limbo that is required to call the sundew substitutions after the filtering. It makes the whole process easier and makes more sens.

…ndew variable expansion for directory naming.
Copy link
Contributor

@petersilva petersilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@petersilva petersilva merged commit db43d4c into development Mar 1, 2024
18 of 37 checks passed
@petersilva petersilva deleted the move_am_renamer_before_accept branch March 24, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants