hpe-container-platform-community/hpecp-python-library

catalog list KeyError: 'documentation'

snowch opened this issue · 1 comments

2020-08-15 22:04:56,746 - base.py - HPECP_CLI - DEBUG - Traceback (most recent call last):
  File "/Users/christophersnow/Library/Python/3.8/lib/python/site-packages/hpecp/cli/base.py", line 103, in intercept_exception
    return wrapped(*args, **kwargs)
  File "/Users/christophersnow/Library/Python/3.8/lib/python/site-packages/hpecp/cli/base.py", line 317, in print_list
    print(list_instance.tabulate(columns=columns))
  File "/Users/christophersnow/Library/Python/3.8/lib/python/site-packages/hpecp/base_resource.py", line 507, in tabulate
    if not hasattr(resource, col):
  File "/Users/christophersnow/Library/Python/3.8/lib/python/site-packages/hpecp/catalog.py", line 118, in documentation_checksum
    return self.json["documentation"]["checksum"]
KeyError: 'documentation'

Fixed by: 6bd13e0