We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e221d commit c12ec34Copy full SHA for c12ec34
IsoSpecPy/isoFFI.py
@@ -145,6 +145,7 @@ def __init__(self):
145
146
mod_dir = Path(__file__).resolve().parent
147
dprint("mod_dir:", mod_dir)
148
+ dprint("mod_dir parent content tree:", list(mod_dir.parent.iterdir()))
149
150
if (mod_dir.parent / 'setup.py').exists():
151
raise ImportError('''Attempted to load IsoSpecPy module from its build directory. This usually
0 commit comments