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