We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1244543 commit f18d34dCopy full SHA for f18d34d
spatialdata/spatialdb/SpatialDBObj.py
@@ -81,13 +81,8 @@ def _configure(self):
81
"""
82
Set attributes based on inventory.
83
84
- try:
85
- Component._configure(self)
86
- self.label(self.inventory.label)
87
- except ValueError, err:
88
- aliases = ", ".join(self.aliases)
89
- raise ValueError("Error while configuring spatial database "
90
- "(%s):\n%s" % (aliases, err.message))
+ Component._configure(self)
+ ModuleSpatialDB.label(self, self.inventory.label)
91
return
92
93
0 commit comments