Always return a string (even if error message) for SimpleAccess.display
svn: r15328
This commit is contained in:
		| @@ -913,7 +913,11 @@ class SimpleAccess(object): | ||||
|                                             obj.type,  | ||||
|                                             self.gid(obj)) | ||||
|                 else: | ||||
|                     return "Error: invalid object class: '%s'" % object_class | ||||
|                     return "Error: incorrect object class: '%s'" % type(obj) | ||||
|             else: | ||||
|                 return "Error: missing object" | ||||
|         else: | ||||
|             return "Error: invalid object class: '%s'" % object_class | ||||
|  | ||||
| def by_date(event1, event2): | ||||
|     """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user