Skip to content

Commit

Permalink
Merge pull request #3345 from cuttlefish/gs-create-store-fix
Browse files Browse the repository at this point in the history
GeoServer stores weren’t being created automatically
  • Loading branch information
Alessio Fabiani authored Oct 11, 2017
2 parents fa416fd + 8826ba9 commit 5141c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geonode/upload/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def create_geoserver_db_featurestore(
ds = cat.get_store(dsname)
else:
return None
if ds is None:
raise FailedRequestError
except FailedRequestError:
if store_type == 'geogig':
if store_name is None and hasattr(
Expand Down

0 comments on commit 5141c73

Please sign in to comment.