We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67d89c commit 6220787Copy full SHA for 6220787
setup.py
@@ -28,7 +28,7 @@
28
def checkversion(GEOS_dir):
29
"""check geos C-API header file (geos_c.h)"""
30
try:
31
- f = open(os.path.join(GEOS_dir,'include/geos_c.h'))
+ f = open(os.path.join(GEOS_dir, 'include', 'geos_c.h'))
32
except IOError:
33
return None
34
geos_version = None
0 commit comments