Opened 7 years ago
Closed 7 years ago
#1740 closed defect (fixed)
wcst_import: options should be optional
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
If options is not specified in the ingredients I get:
An error has occured in the execution of the program. Error Message: 'options' Stack Trace: Traceback (most recent call last): File "/opt/rasdaman/share/rasdaman/wcst_import/wcst_import.py", line 130, in main reg.run_recipe(session) File "/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/recipe_registry.py", line 66, in run_recipe recipe = self.registry[session.get_recipe()['name']](session) File "/opt/rasdaman/share/rasdaman/wcst_import/recipes/map_mosaic/recipe.py", line 48, in __init__ self.options = session.get_recipe()['options'] KeyError: 'options'
Change History (2)
comment:1 by , 7 years ago
Milestone: | 9.6 → 9.7 |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.