Skip to content

Commit b4d9ece

Browse files
committed
changed message text for improved failure experience
1 parent 7110985 commit b4d9ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/mdstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def parse(self, xmlstr):
197197
try:
198198
if not valid(self.entities_descr.valid_until):
199199
raise ToOld(
200-
"Metadata not valid anymore, it's after %s" % (
200+
"Metadata not valid anymore, it's only valid until %s" % (
201201
self.entities_descr.valid_until,))
202202
except AttributeError:
203203
pass

0 commit comments

Comments
 (0)