Commit 3c7b56ee authored by Jérome Perrin's avatar Jérome Perrin

DemandePlanningKE: tab is expected to be named Future1, not Future

parent 7742f981
......@@ -116,7 +116,7 @@ def generateDemandPlanning(input_url):
book=Workbook()
sheet1 = book.add_sheet('Future', cell_overwrite_ok=True)
sheet1 = book.add_sheet('Future1', cell_overwrite_ok=True)
aggrTable=[]
for key in DemandProfile.keys():
for elem in DemandProfile[key]:
......
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