Add test2
This commit is contained in:
parent
326def22e5
commit
729bc1bea1
6 changed files with 39 additions and 93 deletions
|
|
@ -227,7 +227,6 @@ class FormationPlanPdf(EpcBaseDocTemplate):
|
|||
return Preformatted(el1, style_normal, maxLineLength=length)
|
||||
|
||||
def produce(self, domain, process):
|
||||
print(domain[0], process[0])
|
||||
data = [
|
||||
['Domaines', 'Processus', 'Sem1', 'Sem2', 'Sem3', 'Sem4', 'Sem5', 'Sem6'],
|
||||
[self.formating(domain[0]), self.formating(process[0], 60), 'M01', '', '', '', '', ''],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue