Dogvane Huang
2024-07-02 dfcc5d47587d3e793cbfec2e9509c0e9a9e1732c
funasr/utils/datadir_writer.py
@@ -3,7 +3,6 @@
import warnings
class DatadirWriter:
    """Writer class to create kaldi like data directory.
@@ -63,8 +62,7 @@
                child.close()
                if prev_child is not None and prev_child.keys != child.keys:
                    warnings.warn(
                        f"Ids are mismatching between "
                        f"{prev_child.path} and {child.path}"
                        f"Ids are mismatching between " f"{prev_child.path} and {child.path}"
                    )
                prev_child = child