Skip to content

Commit cf48240

Browse files
Update group_identifier_assigner.py
Co-authored-by: Jason Patton <[email protected]>
1 parent 575a016 commit cf48240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group_identifier_assigner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def main(args):
247247
highest_osggid = max(highest_osggid, int(identifier_list[osggid_index]["Identifier"]))
248248
elif is_project is True:
249249
project_name = project_id.replace(OSPOOL_PROJECT_PREFIX_STR, "", 1).lower()
250-
projects_to_assign_identifiers.append(tuple([gid, project_name]))
250+
projects_to_assign_identifiers.append((gid, project_name,))
251251

252252
for gid, project_name in projects_to_assign_identifiers:
253253
# for each, set a 'OSG GID' starting from 200000 and a 'OSG Group Name' that is the group name

0 commit comments

Comments
 (0)