hoverinc / tableau-utilities

A module and CLI Utility for managing Tableau objects, locally, and in Tableau Online.
MIT License
4 stars 1 forks source link

Fixed recursion bug with TableauFileObjects.pop(), and added a test #69

Closed JustinGrilli closed 1 year ago

JustinGrilli commented 1 year ago

Summary

There is a recursion bug with the TableauFileObjects.pop() function, because it is calling self.pop() within the pop function.

Changes