limit_get_skeleton() returns a context manager in DEBUG mode but a function otherwise. This causes get_skeleton and other functions calling it using "with" to fail.
|
def limit_get_skeleton(request, via_msg=False): |
|
def limit_get_skeleton_async(request): |
limit_get_skeleton()returns a context manager in DEBUG mode but a function otherwise. This causes get_skeleton and other functions calling it using "with" to fail.SkeletonService/skeletonservice/datasets/limiter.py
Line 70 in 9f3bbe6
SkeletonService/skeletonservice/datasets/limiter.py
Line 119 in d95101a