Skip to content

Commit b048f9f

Browse files
committed
a
1 parent cab4ca1 commit b048f9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bindings/python/setup.py.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ import os
2323
for file in glob.glob('../*.i'):
2424
shutil.copy(file, '.')
2525

26+
os.system('pwd')
27+
os.system('ls')
28+
2629
#Prepare the external module that we want to build
2730
eac_module = Extension('_eac',
2831
sources=['eac.i'],

0 commit comments

Comments
 (0)