游雁
2023-04-18 59f5627ff1aa73a0da0342c414d95aee61d62d64
funasr/fileio/datadir_writer.py
@@ -57,6 +57,7 @@
        self.keys.add(key)
        self.fd.write(f"{key} {value}\n")
        self.fd.flush()
    def __exit__(self, exc_type, exc_val, exc_tb):
        self.close()