Force branch klass to '@none' and type to 'part'
This commit is contained in:
@ -762,6 +762,9 @@ def adjust_group(MyGroup):
|
|||||||
if 'GroupProperty' not in MyGroup:
|
if 'GroupProperty' not in MyGroup:
|
||||||
MyGroup['GroupProperty'] = {}
|
MyGroup['GroupProperty'] = {}
|
||||||
MyGroup['GroupProperty']['data'] = MyData
|
MyGroup['GroupProperty']['data'] = MyData
|
||||||
|
if MyData:
|
||||||
|
MyGroup['GroupProperty']['klass'] = '@none'
|
||||||
|
MyGroup['GroupProperty']['type'] = 'part'
|
||||||
if Verbose:
|
if Verbose:
|
||||||
print 'post adjust_group', MyGroup
|
print 'post adjust_group', MyGroup
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user