mirror of
https://github.com/saltstack-formulas/reverse-grains-formula.git
synced 2026-05-06 23:39:41 +02:00
In Python 3, dict.keys doesn't return a list, but a set-like object that represents a view of the dictionary's keys and doesn't support indexing. Formula therefor didn't worked with Python 3.