Page MenuHomeDevCentral

D1706.diff
No OneTemporary

D1706.diff

diff --git a/_modules/forest.py b/_modules/forest.py
--- a/_modules/forest.py
+++ b/_modules/forest.py
@@ -47,9 +47,9 @@
groups = __pillar__.get('shellgroups_ubiquity', [])
- groupsByForest = __pillar__.get('shellgroups_by_forest', {})
- if forest in groupsByForest:
- groups.extend(groupsByForest[forest])
+ groups_by_forest = __pillar__.get('shellgroups_by_forest', {})
+ if forest in groups_by_forest:
+ groups.extend(groups_by_forest[forest])
return groups

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 28, 14:30 (21 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2269112
Default Alt Text
D1706.diff (506 B)

Event Timeline