-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
keep cache_copied_files variable a list #56327
Conversation
Minor fix with no change in functionality. Would be nice to get into a backport. |
@mchugh19 Thanks for the fix. Would be great to get a testcase on this one to prevent regressions. |
@garethgreenaway tests added! Looks like the issue can be replicated with includes. I've validated the issue is present with the saltcheck integration test without the fix, and corrected with the patch. This should be good to go! |
@Ch3LL it'd be nice if this could make 3000.1 |
let me update the branch, and have the tests run and see about getting it in. i'll let ya know |
@mchugh19 been merged and will be included in 3000.1. thanks for the headsup. |
What does this PR do?
Retains list datatype of cache_copied_files variable
What issues does this PR fix or reference?
#56324
Previous Behavior
Capable of runtime error
AttributeError: 'set' object has no attribute 'extend'
New Behavior
Datatype of cache_copied_files is consistently a list
Tests written?
Yes
Commits signed with GPG?
No