pdf v2

parent 33e56229
......@@ -322,7 +322,7 @@ def dataToParagraph(name, data):
# take the data and convert to list of strings ready for table
def dataToTable(name, data):
data = [str(x) for x in data]
data.insert(0, name)
data.insert(0, name)
return data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment