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

Fix file lookup documented and actual return types #646

Merged
merged 1 commit into from
Aug 12, 2018

Conversation

troyready
Copy link
Contributor

Previously, file was reported to return GenericHelperFn, when it in fact would return either GenericHelperFn or Base64. Updated the docstring to reflect their common base class instead.

Also updated the function to fix a regression where a string was sometimes being returned instead.

Fixes #645

Previously, file was reported to return `GenericHelperFn`, when it in
fact would return either `GenericHelperFn` or `Base64`. Updated the
docstring to reflect their common base class instead.

Also updated the function to fix a regression where a string was
sometimes being returned instead.

Fixes cloudtools#645
@phobologic phobologic merged commit dd92170 into cloudtools:master Aug 12, 2018
@troyready troyready deleted the fix_14_regression_pr_537 branch September 4, 2018 18:26
phrohdoh pushed a commit to phrohdoh/stacker that referenced this pull request Dec 18, 2018
Previously, file was reported to return `GenericHelperFn`, when it in
fact would return either `GenericHelperFn` or `Base64`. Updated the
docstring to reflect their common base class instead.

Also updated the function to fix a regression where a string was
sometimes being returned instead.

Fixes cloudtools#645
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.

file lookup returning <type 'unicode'> where it previously returned <class 'troposphere.AWSHelperFn'>
2 participants