Skip to content

Commit 56d8926

Browse files
committed
fix
1 parent a209c2e commit 56d8926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycsw/core/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def __init__(self, database, context, app_root=None, table='records', repo_filte
170170
'sensortype': self.dataset.sensortype,
171171
'off_nadir': self.dataset.illuminationelevationangle,
172172
'distancevalue': self.dataset.distancevalue,
173-
'license': self.dataset.otherconstraints
173+
'otherconstraints': self.dataset.otherconstraints
174174
}
175175

176176
if self.dbtype == 'postgresql':

0 commit comments

Comments
 (0)