You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2020/07/01 10:21:01 UTC

[GitHub] [libcloud] Kami commented on pull request #1469: Pricing aws

Kami commented on pull request #1469:
URL: https://github.com/apache/libcloud/pull/1469#issuecomment-652332730


   Thanks for the contribution.
   
   The build is failing, can you please have a  look?
   
   In addition to that, running the script locally returns this error:
   
   ```
   Scraping EC2 pricing data
   Traceback (most recent call last):
     File "contrib/scrape-ec2-prices.py", line 288, in <module>
       main()
     File "contrib/scrape-ec2-prices.py", line 282, in main
       pricing_data=pricing_data)
     File "contrib/scrape-ec2-prices.py", line 240, in update_pricing_file
       data = sort_nested_dict(data)
     File "contrib/scrape-ec2-prices.py", line 259, in sort_nested_dict
       result[key] = sort_nested_dict(value)
     File "contrib/scrape-ec2-prices.py", line 259, in sort_nested_dict
       result[key] = sort_nested_dict(value)
     File "contrib/scrape-ec2-prices.py", line 257, in sort_nested_dict
       for key, value in sorted(value.items(), key=sort_key_by_numeric_other):
   TypeError: '<' not supported between instances of 'int' and 'str'
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org