Skip to content

Commit

Permalink
Merge pull request bryanthowell-tableau#82 from DataBass-Joe/patch-2
Browse files Browse the repository at this point in the history
Update tableau_parameters.py
  • Loading branch information
Bryant Howell authored Feb 17, 2020
2 parents 44aabd1 + 63d3a7f commit 35f52bd
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 35f52bd

Please sign in to comment.