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.
2 parents ea0c850 + 6220787 commit ef557d7Copy full SHA for ef557d7
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