# | Line 82 | Line 82 | class ScriptWriter: | |
---|---|---|
82 | ||
83 | def setupJobTypeEnvironment_(self): | |
84 | """ | |
85 | < | Returns part of a job script which does scheduler-specific work. |
85 | > | Returns part of a job script which does jobtype-specific work. |
86 | """ | |
87 | jbt = common.job_list.type() | |
88 | txt = jbt.wsSetupEnvironment(self.nj) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |