Code clean up. Better debugging
This commit is contained in:
@@ -183,6 +183,7 @@ def get_event_file_rec_list(
|
||||
ORDER BY `event_file`.created_on DESC, `event_file`.updated_on DESC
|
||||
{sql_limit};
|
||||
"""
|
||||
log.debug(sql)
|
||||
|
||||
if event_file_rec_li_result := sql_select(data=data, sql=sql, as_list=True):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user