File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ def read_templates_and_groups():
808
808
config = read_yaml (config_file )
809
809
810
810
if settings .VERSION_EDITION != 'Community' :
811
- if config .get ('group' , '' ).lower () == 'Community Contributions ' :
811
+ if config .get ('group' , '' ).lower () == 'community contributions ' :
812
812
continue
813
813
814
814
if settings .VERSION_EDITION == 'Community' :
@@ -824,7 +824,7 @@ def read_templates_and_groups():
824
824
groups = f .read ().splitlines ()
825
825
826
826
if settings .VERSION_EDITION != 'Community' :
827
- groups = [group for group in groups if group .lower () != 'Community Contributions ' ]
827
+ groups = [group for group in groups if group .lower () != 'community contributions ' ]
828
828
829
829
logger .debug (f'{ len (configs )} templates found.' )
830
830
return {'templates' : configs , 'groups' : groups }
You can’t perform that action at this time.
0 commit comments