We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842db88 commit 41abbffCopy full SHA for 41abbff
group_fixup.py
@@ -169,7 +169,7 @@ def get(data):
169
# api call results massagers
170
171
172
-def get_unixcluser_autogroups():
+def get_unixcluster_autogroups():
173
groups = get_osg_co_groups()
174
return [ g for g in groups["CoGroups"]
175
if "automatically by UnixCluster" in g["Description"] ]
@@ -221,7 +221,7 @@ def show_misnamed_unixcluster_group(group):
221
222
223
def show_all_unixcluster_groups():
224
- groups = get_unixcluser_autogroups()
+ groups = get_unixcluster_autogroups()
225
for group in groups:
226
show_misnamed_unixcluster_group(group)
227
0 commit comments