Skip to content

Commit a3e62ee

Browse files
committed
Add missing parameter for _pip_check
1 parent 44b30bc commit a3e62ee

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _run_requirements(default_instrumentations, libraries):
137137
def _run_install(default_instrumentations, libraries):
138138
for lib in _find_installed_libraries(default_instrumentations, libraries):
139139
_sys_pip_install(lib)
140-
_pip_check()
140+
_pip_check(libraries)
141141

142142

143143
def run(

0 commit comments

Comments
 (0)