Loading rules.py +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ class Rule: return script.format(**self.params) def setup_job(self): self.next_job.input_paths(self.inp) # grok inputs self.next_job.input_paths(self.params['inp']) # grok inputs if not self.next_job.all_inputs_present: print(str_err("Not all inputs for %s present."%(self.id))) return True Loading Loading
rules.py +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ class Rule: return script.format(**self.params) def setup_job(self): self.next_job.input_paths(self.inp) # grok inputs self.next_job.input_paths(self.params['inp']) # grok inputs if not self.next_job.all_inputs_present: print(str_err("Not all inputs for %s present."%(self.id))) return True Loading