Commit fec552ee authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo.

parent 49400d40
......@@ -86,7 +86,7 @@ class ConversionTool(BaseTool):
def filtered_meta_types(self, user=None):
# Filters the list of available meta types.
all = SolverTool.inheritedAttribute('filtered_meta_types')(self)
all = BaseTool.inheritedAttribute('filtered_meta_types')(self)
meta_types = []
for meta_type in self.all_meta_types():
if meta_type['name'] in self.allowed_types:
......
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