Update utils/cv_processing.py
Browse files- utils/cv_processing.py +1 -1
utils/cv_processing.py
CHANGED
|
@@ -108,4 +108,4 @@ def validate_video_file(video_path: str) -> Tuple[bool, str]:
|
|
| 108 |
|
| 109 |
except Exception as e:
|
| 110 |
logger.error(f"validate_video_file: {e}")
|
| 111 |
-
return False, f"Validation error: {e}"
|
|
|
|
| 108 |
|
| 109 |
except Exception as e:
|
| 110 |
logger.error(f"validate_video_file: {e}")
|
| 111 |
+
return False, f"Validation error: {e}"
|