Commit 7c7b15d3 authored by Sebastien Robin's avatar Sebastien Robin

inventories: fixed a typo

parent 4e6abb56
...@@ -789,7 +789,7 @@ class SimulationTool(BaseTool): ...@@ -789,7 +789,7 @@ class SimulationTool(BaseTool):
new_kw['reserved_kw'] = { new_kw['reserved_kw'] = {
'omit_dict': { 'omit_dict': {
'input': reserved_kw.pop('omit_input', False), 'input': reserved_kw.pop('omit_input', False),
'ouput': reserved_kw.pop('omit_output', False), 'output': reserved_kw.pop('omit_output', False),
}, },
'simulation_dict': self._getSimulationStateDict(**reserved_kw), 'simulation_dict': self._getSimulationStateDict(**reserved_kw),
} }
......
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