Skip to content

Instantly share code, notes, and snippets.

@anish
Created April 14, 2018 01:31
Show Gist options
  • Save anish/d3c0e1f5713bbbb8f94b52856686d816 to your computer and use it in GitHub Desktop.
Save anish/d3c0e1f5713bbbb8f94b52856686d816 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "./auto_fleetscan_test4.py", line 361, in <module>
argus.query()
File "./auto_fleetscan_test4.py", line 202, in query
single_data = self.single_host_query_annotation(host_data.get('host_fqdn'), '12')
File "./auto_fleetscan_test4.py", line 72, in single_host_query_annotation
max_ts[ts] = value
IndexError: list assignment index out of range
[abhatt@ops0-hwlab40-1-prd auto_fleetscan]$ cat ./auto_fleetscan_test4.py | grep max_ts
max_ts = []
max_ts[ts] = value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment