diff --git a/src/sparqlunicorn_ontdoc/export/api/wfsexporter.py b/src/sparqlunicorn_ontdoc/export/api/wfsexporter.py index c12a42e..c189a18 100644 --- a/src/sparqlunicorn_ontdoc/export/api/wfsexporter.py +++ b/src/sparqlunicorn_ontdoc/export/api/wfsexporter.py @@ -9,7 +9,7 @@ def generateFeatureDescriptions(outpath,deploypath,featurecollectionspaths,versi """ for coll in featurecollectionspaths: curcoll = None - os.mkdir(outpath + "/wfs/DescribedFeatureType") + os.mkdir(outpath + "/wfs/DescribeFeatureType") if os.path.exists(coll): with open(coll, 'r', encoding="utf-8") as infile: curcoll = json.load(infile)