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