changeset 7894 | ad0eeb0f7a8d |
parent 7875 | 65e460690139 |
parent 7879 | 9aae456abab5 |
child 7988 | d72a2881d53c |
--- 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)