Skip to content

Commit 5daa6a8

Browse files
committed
Fix typo.
- Legacy-Id: 2912
1 parent 1cea818 commit 5daa6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/liaisons/accounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def is_sdo_manager_for_outgoing_liaison(person, liaison):
108108
try:
109109
sdo = SDOs.objects.get(sdo_name=liaison.from_body())
110110
except SDOs.DoesNotExist:
111-
pas
111+
pass
112112
elif isinstance(from_entity, SDOEntity):
113113
sdo = from_entity.obj
114114
if sdo:

0 commit comments

Comments
 (0)