Created
November 20, 2019 12:53
-
-
Save rah003/2b961cbc2b574514a0b972f9fb66381f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "aws-cost-and-usage-report.py", line 64, in <module> | |
out.write('\t'.join([str(result_by_time['TimePeriod']['Start']), '\t'.join(group['Keys']), amount, unit ,result_by_time['Estimated']]) + '\n') | |
TypeError: sequence item 4: expected str instance, bool found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment