gumyr/cq_warehouse

Remove 'cut' from text() method calls

gumyr opened this issue · 0 comments

gumyr commented

'cut' has been deprecated and should be replaced with combine="cut" in calls to text. The extensions text methods should be updated to deprecate 'cut' and use the same self._combineWithBase(r, combine, clean) functionality.