Skip to content

Commit f44d909

Browse files
committed
fixes
1 parent 3b9257e commit f44d909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparqlunicorn_ontdoc/export/api/wfsexporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def generateFeatureDescriptions(outpath,deploypath,featurecollectionspaths,versi
99
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>"""
1010
for coll in featurecollectionspaths:
1111
curcoll = None
12-
os.mkdir(outpath + "/wfs/DescribedFeatureType")
12+
os.mkdir(outpath + "/wfs/DescribeFeatureType")
1313
if os.path.exists(coll):
1414
with open(coll, 'r', encoding="utf-8") as infile:
1515
curcoll = json.load(infile)

0 commit comments

Comments
 (0)