reflexive 1.0.13__tar.gz → 1.0.15__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: reflexive
3
- Version: 1.0.13
3
+ Version: 1.0.15
4
4
  Summary: Supports AWS Reflexive Expressions Analysis
5
5
  Home-page: https://github.com/nlytx/reflexive
6
6
  Author: Andrew Gibson
@@ -18,7 +18,7 @@ class Display:
18
18
  def set_default_parameters(self):
19
19
  priority_tags = self.defaults['priority_tags']
20
20
  colours = self.defaults['colours']
21
- options = {"ents": colours.keys(), "colors": colours.values}
21
+ options = {"ents": list(colours.keys()), "colors": colours}
22
22
  self.config.set_display_parameters(priority_tags,colours,options)
23
23
 
24
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: reflexive
3
- Version: 1.0.13
3
+ Version: 1.0.15
4
4
  Summary: Supports AWS Reflexive Expressions Analysis
5
5
  Home-page: https://github.com/nlytx/reflexive
6
6
  Author: Andrew Gibson
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = reflexive
3
- version = 1.0.13
3
+ version = 1.0.15
4
4
  author = Andrew Gibson
5
5
  author_email = andrew@nlytx.io
6
6
  description = Supports AWS Reflexive Expressions Analysis
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes