# | Line 834 | Line 834 | class SchedulerEdg(Scheduler): | |
---|---|---|
834 | INDY | |
835 | something similar should be also done for infiles (if it makes sense!) | |
836 | """ | |
837 | + | # Stuff to be returned _always_ via sandbox |
838 | + | for fl in jbt.output_file_sandbox: |
839 | + | out_box = out_box + '' + jbt.numberFile_(fl, '_ITR1_') + ',' |
840 | + | pass |
841 | + | pass |
842 | + | |
843 | + | # via sandbox iif required return_data |
844 | if int(self.return_data) == 1: | |
845 | for fl in jbt.output_file: | |
846 | out_box = out_box + '' + jbt.numberFile_(fl, '_ITR1_') + ',' |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |