-
Notifications
You must be signed in to change notification settings - Fork 40
Fix inadvertent mixup of variable names in build_mapping_file() #918
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
Fix inadvertent mixup of variable names in build_mapping_file() #918
Conversation
Fix bug introduced by commit e51fcd1 that switched the variable names `ds` and `ds_out` in several places.
TestingWithout these changes, the The other After this fix, the |
xylar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trhille, sorry about that! Looks right to me now.
|
The process_smb error looks like a problem -- a bad value that's bigger than the maximum allowed integer -- and seemingly not related to this PR. |
Yes, I'm working on tracking that down now, but I agree that it's not related to the bug in |
Fix bug introduced by commit e51fcd1 that switched the variable names
dsandds_outin several places.Checklist
Testingin this PR) any testing that was used to verify the changes