Skip to content

Commit

Permalink
debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 14, 2025
1 parent b45ec97 commit ced646a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxonis_ml/data/datasets/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def validate_path(cls, path: FilePath) -> FilePath:
np.load(path)
except Exception as e:
raise ValueError(
f"Failed to load array annotation from {path}"
f"Failed to load array annotation from {path}. {str(e)}"
) from e
return path

Expand Down

0 comments on commit ced646a

Please sign in to comment.