You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
I ran into an issue with the following code
AIforEarth-API-Development/Containers/base-py/ai4e_api_tools/ai4e_service.py
Line 139 in 18b33b3
self.tracerwas not defined.AIforEarth-API-Development/Containers/base-py/ai4e_api_tools/ai4e_service.py
Lines 42 to 43 in 18b33b3
Above L42, I guess you could just add
self.tracer = Noneto prevent this. Would you like me to make the PR?