James Boehmer
James Boehmer
Sourcing the luaver script to initialize it in the shell always results in a non-zero exit code because of the use of a boolean test. Changed it to an if...
**Describe your environment** `pyproject.toml` dependencies installed via poetry: ``` python = "3.8.11" opentelemetry-instrumentation = "^0.32b0" opentelemetry-instrumentation-fastapi = "^0.32b0" opentelemetry-instrumentation-sqlalchemy = "^0.32b0" opentelemetry-instrumentation-requests = "^0.32b0" opentelemetry-instrumentation-httpx = "^0.32b0" opentelemetry-instrumentation-logging = "^0.32b0"...