Skip to content
Snippets Groups Projects
Commit a3c7321a authored by Matthew Hanson's avatar Matthew Hanson
Browse files

fixed bug with datastore upload

parent 1dc63ca7
Branches
Tags
No related merge requests found
......@@ -163,7 +163,7 @@ def create_geoserver_db_featurestore(store_type=None, store_name=None):
database = db['NAME'],
user = db['USER'],
passwd = db['PASSWORD'],
dbtype = db['ENGINE'])
dbtype = store_type)
cat.save(ds)
ds = cat.get_store(dsname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment