def output(self): return IOUtils.local_target(self.filepath)
def output(self): assert self.filepath, u"Please assign `filepath` !" return IOUtils.local_target(self.filepath)