mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
fix bonehead mistake
This commit is contained in:
@@ -38,7 +38,7 @@ def create():
|
||||
if description.find(c) != -1:
|
||||
gs_body['description'] = description
|
||||
if not gs:
|
||||
gs = gam.buildGAPIObject'groupssettings')
|
||||
gs = gam.buildGAPIObject('groupssettings')
|
||||
gs_object = gs._rootDesc
|
||||
break
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user