示例#1
0
 def get_cached_file(self, filename):
     return '%s/%s' % (self.temporal_path, short(filename, None, None))
示例#2
0
 def get_output_file(self, filename):
     return '%s/%s' % (self.output_path, short(filename, None, None))
示例#3
0
 def get_output_file(self, filename):
     return '{:s}/{:s}'.format(self.output_path,
                               short(filename, None, None))