Commit da223d9e by Chris Dodge

remove raise statement which was just needed for debugging

parent 75695981
......@@ -76,7 +76,6 @@ class CachingDescriptorSystem(MakoDescriptorSystem):
module.inherit_metadata(metadata_to_inherit)
return module
except:
raise
return ErrorDescriptor.from_json(
json_data,
self,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment