Skip to content

Commit

Permalink
fix pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhua0320 committed Jul 17, 2024
1 parent 6701d53 commit a7a1a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regolith/helpers/l_currentappointmentshelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit a7a1a33

Please sign in to comment.