Skip to content

Commit

Permalink
Update helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Fabiani committed Apr 28, 2018
1 parent 8652c27 commit 8350688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoserver/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ def set_styles(layer, gs_catalog):
for alt_style in alt_styles:
style_set.append(save_style(alt_style))

layer.styles = style_set
layer.styles = style_set

# Update default style to database
to_update = {
Expand Down

0 comments on commit 8350688

Please sign in to comment.