Skip to content

Commit

Permalink
Update cvat/apps/dataset_manager/views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 authored Dec 9, 2024
1 parent 7c78e1e commit 2bf9a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/dataset_manager/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

def log_exception(logger: logging.Logger | None = None, exc_info: bool = True):
if logger is None:
logger = slogger
logger = slogger.glob
logger.exception("[%s @ %s]: exception occurred" % \
(_MODULE_NAME, current_function_name(2)),
exc_info=exc_info)
Expand Down

0 comments on commit 2bf9a0b

Please sign in to comment.