Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3791910
D1706.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
506 B
Referenced Files
None
Subscribers
None
D1706.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D1706: Use lowercase local variable name
Attached
Detach File
Event Timeline
Log In to Comment