web/views/workflow.py
branchstable
changeset 7879 9aae456abab5
parent 7598 781def950a85
child 7894 ad0eeb0f7a8d
--- a/web/views/workflow.py	Tue Sep 27 16:04:30 2011 +0200
+++ b/web/views/workflow.py	Wed Sep 28 09:27:42 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)