# | Line 8 | Line 8 | import Scram | |
---|---|---|
8 | import string,os | |
9 | ||
10 | class ScriptWriter: | |
11 | < | def __init__(self, template): |
11 | > | def __init__(self, cfg_params, template): |
12 | # pattern -> action | |
13 | – | ### FEDE added modify_report FOR DBS OUTPUT PUBLICATION |
13 | self.actions = { | |
14 | 'title' : self.title_, | |
15 | 'untar_software' : self.untarSoftware_, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |