Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Nov 25, 2024
1 parent ef50f98 commit 357ad1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
instr_genai = "../instrumentation-genai"
instr_genai_dirs = [
os.path.abspath("/".join(["../instrumentation-genai", f, "src"]))
for f in listdir(instr)
if isdir(join(instr, f))
for f in listdir(instr_genai)
if isdir(join(instr_genai, f))
]

prop = "../propagator"
Expand Down

0 comments on commit 357ad1a

Please sign in to comment.