Skip to content

Commit c140fde

Browse files
committed
allow testing with Python 3
1 parent fa9bc99 commit c140fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/numgrid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'-DNUMGRID_NOINCLUDE',
2121
os.path.join(BUILD_DIR, 'include', 'numgrid.h')
2222
],
23-
stdout=subprocess.PIPE).communicate()[0])
23+
stdout=subprocess.PIPE).communicate()[0].decode('utf-8'))
2424

2525
if sys.platform == "darwin":
2626
suffix = 'dylib'

0 commit comments

Comments
 (0)