mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-24 10:34:01 +03:00
parent
4ecf6cdad2
commit
8340d5fd7d
|
@ -6,6 +6,7 @@ import copy
|
|||
import errno
|
||||
import functools
|
||||
import inspect
|
||||
import logging
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
@ -207,7 +208,7 @@ cdef class Provider(object):
|
|||
try:
|
||||
result = self._provide(args, kwargs)
|
||||
except Exception as exc:
|
||||
print(self)
|
||||
logging.debug(str(self))
|
||||
raise exc
|
||||
|
||||
if self.is_async_mode_disabled():
|
||||
|
|
Loading…
Reference in New Issue
Block a user