diff --git a/src/regolith/helpers/l_currentappointmentshelper.py b/src/regolith/helpers/l_currentappointmentshelper.py index 5c21da76b..40226e4fc 100644 --- a/src/regolith/helpers/l_currentappointmentshelper.py +++ b/src/regolith/helpers/l_currentappointmentshelper.py @@ -80,7 +80,7 @@ def sout(self): for _id, appt in p_appt.items(): grantid = appt.get("grant") if not grantid: - print(f"No grant found in {person.get("_id")} appt {person.get("appt")}") + print(f"No grant found in {person.get(_id)} appt {person.get(appt)}") grant = fuzzy_retrieval(grants, ["name", "_id", "alias"], grantid) if not grant: print(f"No grant found for {grantid}")