Skip to content

Commit

Permalink
Merge pull request #9 from odigos-io/change-reording-to-support-enter…
Browse files Browse the repository at this point in the history
…prise

fix: adjust reordering to support enterprise
  • Loading branch information
tamirdavid1 authored Aug 20, 2024
2 parents a509f0f + f0ee216 commit f573d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initializer/lib_handling.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys

def reorder_python_path():
paths_to_move = [path for path in sys.path if path.startswith('/var/odigos/python')]
paths_to_move = [path for path in sys.path if path.startswith('/var/odigos/')]

for path in paths_to_move:
sys.path.remove(path)
Expand Down

0 comments on commit f573d11

Please sign in to comment.