lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit aa6c7dc6 authored by Jérome Perrin's avatar Jérome Perrin Committed by Arnaud Fontaine

project: pylint py3

parent 6af9af5c
......@@ -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