This commit is contained in:
2024-04-23 15:14:59 +03:00
parent f64d0a09a8
commit 0b4c0faa79
3 changed files with 10 additions and 39 deletions

View File

@@ -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