mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-31 00:18:14 +00:00
Rewowrking on the eve_proxy application, more resilient
This commit is contained in:
@@ -6,7 +6,7 @@ class DocumentRetrievalError(Exception):
|
||||
self.value = value
|
||||
|
||||
def __str__(self):
|
||||
return self.__doc_ % value_
|
||||
return self.__doc__ % value
|
||||
|
||||
class InvalidDocument(Exception):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user