Skip to content

Commit

Permalink
#69 fix "access constraints" db value
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi authored Mar 19, 2021
1 parent db484bc commit 98d3c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rndt/layers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def layer_metadata(
# if the object exists and the constraing_other is changed
# the value will be updated
available = available.first()
available.constraints_other = keyword.about if keyword else None,
available.constraints_other = keyword.about if keyword else None
available.resolution = items["resolution"]
available.accuracy = items["accuracy"]
# save the new value in the DB
Expand Down

0 comments on commit 98d3c49

Please sign in to comment.