debug 5
This commit is contained in:
parent
989eb0f0f4
commit
d8ee68bcc6
|
@ -319,7 +319,7 @@ def metric_config_gen(module, class_name_str):
|
||||||
"""
|
"""
|
||||||
import sys
|
import sys
|
||||||
from statsd.client.timer import Timer
|
from statsd.client.timer import Timer
|
||||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))))
|
sys.path.append('.')
|
||||||
click.echo(f'sys.path: {sys.path}')
|
click.echo(f'sys.path: {sys.path}')
|
||||||
|
|
||||||
# Extract information of statsd config from the class of nameko service
|
# Extract information of statsd config from the class of nameko service
|
||||||
|
|
Loading…
Reference in New Issue