Skip to content

Commit c12ec34

Browse files
committed
More debug
1 parent e9e221d commit c12ec34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IsoSpecPy/isoFFI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def __init__(self):
145145

146146
mod_dir = Path(__file__).resolve().parent
147147
dprint("mod_dir:", mod_dir)
148+
dprint("mod_dir parent content tree:", list(mod_dir.parent.iterdir()))
148149

149150
if (mod_dir.parent / 'setup.py').exists():
150151
raise ImportError('''Attempted to load IsoSpecPy module from its build directory. This usually

0 commit comments

Comments
 (0)