migration.py
branchstable
changeset 7879 9aae456abab5
parent 7815 2a164a9cf81c
child 8056 8909800a8c51
child 8107 e5858a4a1244
--- a/migration.py	Tue Sep 27 16:04:30 2011 +0200
+++ b/migration.py	Wed Sep 28 09:27:42 2011 +0200
@@ -201,8 +201,8 @@
         if not ask_confirm or self.confirm(msg):
             return meth(*args, **kwargs)
 
-    def confirm(self, question, shell=True, abort=True, retry=False, pdb=False,
-                default='y'):
+    def confirm(self, question, # pylint: disable=E0202
+                shell=True, abort=True, retry=False, pdb=False, default='y'):
         """ask for confirmation and return true on positive answer
 
         if `retry` is true the r[etry] answer may return 2