|
|
|
Issue Links:
|
Similar
|
|
This issue is similar to:
|
|
FLM-223
Analyze and fix the ProgrammerError occuting when rating movies
|
|
|
|
|
|
|
|
|
Fix exception handling in get_recent_comments & get_all_recent_comments:
in both methods in core/film_helper.py your catch a gerenal exception in database-related block without rethrowing it.
This may lead to hard to examin ProgrammingError bugs. We need to catch a specific exception or write the code without a try/excerpt block.
|
|
Description
|
Fix exception handling in get_recent_comments & get_all_recent_comments:
in both methods in core/film_helper.py your catch a gerenal exception in database-related block without rethrowing it.
This may lead to hard to examin ProgrammingError bugs. We need to catch a specific exception or write the code without a try/excerpt block. |
Show » |
|