Fixed non-keyword arg after key-word arg

This commit is contained in:
Roland Hedberg
2010-09-17 14:44:02 +02:00
parent 7705a96e7c
commit 58ea23e883

View File

@@ -338,7 +338,8 @@ class Server(object):
name_id,
self.conf.attribute_converters(),
policy, issuer=_issuer,
authn_class, authn_authn)
authn_class=authn_class,
authn_auth=authn_authn)
else:
assertion = ast.construct(sp_entity_id, in_response_to,
name_id,