Skip to content

Commit

Permalink
Update tableau_parameters.py
Browse files Browse the repository at this point in the history
the function name didn't match what was in TableauDatasource and wasn't allowing me to save my file
  • Loading branch information
Joseph Hutchins authored Feb 4, 2020
1 parent 205c10b commit 63d3a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tableau_documents/tableau_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def __init__(self, datasource_xml: Optional[ET.Element] = None, logger_obj: Opti
p = TableauParameter(parameter_xml=column, logger_obj=self.logger)
self._parameters[alias] = p

def get_datasource_xml(self) -> str:
def get_xml_string(self) -> str:
self.start_log_block()
xmlstring = ET.tostring(self.ds_xml)
self.end_log_block()
Expand Down

0 comments on commit 63d3a7f

Please sign in to comment.