def output(self):
     return RunAnywayTarget(self)
Exemplo n.º 2
0
 def output(self):
     if self.overwrite:
         return RunAnywayTarget(self)
     else:
         # done once the python env zipped is done
         return luigi.local_target.LocalTarget(path=os.path.expanduser("{0}/envs/{1}.zip".format(PYTHON_DIR,self.env_name)))