stat-fix
This commit is contained in:
@@ -168,10 +168,7 @@ def get_with_stat(q):
|
||||
entity.stat = stat
|
||||
records.append(entity)
|
||||
except Exception as exc:
|
||||
import traceback
|
||||
|
||||
logger.error(exc, traceback.format_exc())
|
||||
raise Exception(exc)
|
||||
logger.error(exc, exc_info=True)
|
||||
return records
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user