Closed Darkless012 closed 7 years ago
calling len(cursor) throws Error: object of type 'Cursor' has no len(). Proper call is cursor.count().
len(cursor)
Also updated contributors file in - https://github.com/selinon/selinonlib/commit/12a502373de76e41dde28f49057d98c909adf965
calling
len(cursor)
throws Error: object of type 'Cursor' has no len(). Proper call is cursor.count().