mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 15:42:39 +08:00
BUG: Pass correct class to super call.
This commit is contained in:
@@ -558,7 +558,7 @@ cdef class _ObjectAdjustment(Adjustment):
|
||||
Py_ssize_t first_col,
|
||||
Py_ssize_t last_col,
|
||||
object value):
|
||||
super(Adjustment, self).__init__(
|
||||
super(_ObjectAdjustment, self).__init__(
|
||||
first_row=first_row,
|
||||
last_row=last_row,
|
||||
first_col=first_col,
|
||||
|
||||
Reference in New Issue
Block a user