keithleung
Results
1
issues of
keithleung
As the title stated, the method iter_from_json_file ([link](https://github.com/HumanSignal/label-studio-converter/blob/84369c34784aa260c81b1fdaabc1b87a9aa00f8b/label_studio_converter/converter.py#L361C33-L361C33)) is using the `json_file` string directly. It caused error because json.load is expecting a file object. ```python # one task if data_type...