Skip to content

Commit

Permalink
Debug the search path
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Mar 21, 2024
1 parent 3333efa commit 9bbf0a5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import sys

search_path = sys.path
print(search_path)

import boto3
import os
import psycopg2
Expand Down

0 comments on commit 9bbf0a5

Please sign in to comment.