shafi456

Results 2 issues of shafi456

Replace ASSERT statements with if statements #175 Reported by: [pombredanne](https://github.com/pombredanne) https://github.com/aboutcode-org/aboutcode/issues/175 Replace assert with explicit exception handling Raise ValueError if inputs are invalid Signed-off-by: Shafi456

Fixes issue in extracode repo: src/extractcode/uncompress.py https://github.com/aboutcode-org/aboutcode/issues/175 1. Replaces assert with explicit exception handling 2. Raises ValueError if inputs are invalid Signed-off by Shafi456 ([email protected])