Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Oct 1, 2024
1 parent 12ee6d0 commit 4d7980c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion initializer/lib_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def reload_distro_modules() -> None:
# TODO: Remove once the bug is fixed.
def handle_django_instrumentation():
if os.getenv('DJANGO_SETTINGS_MODULE', None) is None:
print('DJANGO_SETTINGS_MODULE is not set, disabling Django instrumentation.')
os.environ.setdefault(OTEL_PYTHON_DJANGO_INSTRUMENT, 'False')

else:
Expand Down

0 comments on commit 4d7980c

Please sign in to comment.