diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 5270f5fd..5e7d7eee 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -2434,7 +2434,7 @@ def doPrintCourses(): if ownerEmails is not None: ownerId = course['ownerId'] if ownerId not in ownerEmails: - ownerEmails[ownerId] = convertUIDtoEmailAddress(f'uid{ownerId}', + ownerEmails[ownerId] = convertUIDtoEmailAddress(f'uid:{ownerId}', cd=cd) course['ownerEmail'] = ownerEmails[ownerId] for field in skipFieldsList: