with open(path_list, 'a') as f:
            path_h5 = os.path.join(self.dir_tmp, 'x.h5')
            f.write(path_h5 + '\n')