AttributeError: ‘NoneType’ object has no attribute ‘join’
.reverse() will not return anything, so .join() won’t work, changing it to the correct syntax.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
https://github.com/awslabs/aws-support-tools/issues/220
Description of changes: There is issue with code:
AttributeError: ‘NoneType’ object has no attribute ‘join’ .reverse() will not return anything, so .join() won’t work, changing it to the correct syntax.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.