Skip to content

Commit

Permalink
Print sys.path to troubleshoot module not found
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Feb 19, 2025
1 parent dffdee5 commit 9119a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import sys

sys.path.insert(0, os.path.abspath("../../../api/src")) # nv-ingest-api src
print(f"!!!!!sys.path: {sys.path}")

project = "nv-ingest"
copyright = "2025, Nvidia"
Expand Down

0 comments on commit 9119a88

Please sign in to comment.