diff -r 6cebeb1f386a -r ad0eeb0f7a8d web/views/workflow.py --- a/web/views/workflow.py Thu Sep 29 14:07:37 2011 +0200 +++ b/web/views/workflow.py Thu Sep 29 14:47:04 2011 +0200 @@ -174,6 +174,7 @@ warn('[3.10] %s should now implement render_body instead of cell_call' % self.__class__, DeprecationWarning) self.w = w + # pylint: disable=E1101 self.cell_call(self.entity.cw_row, self.entity.cw_col) else: self.entity.view('wfhistory', w=w, title=None)