Skip to content

Commit 8b7f7f5

Browse files
author
Matt Sokoloff
committed
add missing return
1 parent c7be438 commit 8b7f7f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelbox/data/serialization/coco/converter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def validate_path(path: Union[Path, str], name: str):
2323
path = Path(path)
2424
if not path.exists():
2525
raise ValueError(f"{name} `{path}` must exist")
26+
return path
2627

2728

2829
class COCOConverter:

0 commit comments

Comments
 (0)