Example #1
0
 def output(self):
     return IOUtils.local_target(self.filepath)
 def output(self):
     return IOUtils.local_target(self.filepath)
Example #3
0
 def output(self):
     assert self.filepath, u"Please assign `filepath` !"
     return IOUtils.local_target(self.filepath)
 def output(self):
     assert self.filepath, u"Please assign `filepath` !"
     return IOUtils.local_target(self.filepath)