Exemplo n.º 1
0
 def add_output(self, filename):
     check = checksum(filename)
     cache_path = os.path.join(self.cache_path,check[0:6],check)
     print('output', filename, cache_path)
Exemplo n.º 2
0
 def add_input(self, filename):
     check = checksum(filename)
     print('input', filename, check)