Closed JustinGrilli closed 1 year ago
There is a recursion bug with the TableauFileObjects.pop() function, because it is calling self.pop() within the pop function.
self.pop()
pop
TableauFileObjects.pop()
Summary
There is a recursion bug with the TableauFileObjects.pop() function, because it is calling
self.pop()
within thepop
function.Changes
TableauFileObjects.pop()
functionTableauFileObjects.pop()