Commit ccc8d5fc authored by Jérome Perrin's avatar Jérome Perrin

project: pylint py3

parent 3b1788bc
......@@ -6,7 +6,7 @@ simulation_method = getattr(task, 'getSimulationState', None)
if simulation_method is None:
return '#D1E8FF'
simulation_state = simulation_method()
simulation_state = simulation_method() # pylint:disable=not-callable
color_dict = {
'draft': '#a7d7ae',
......
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