]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: expected 1 blank line, found 0 (E301)
authorMichael Fritch <mfritch@suse.com>
Thu, 18 Feb 2021 22:04:42 +0000 (15:04 -0700)
committerSage Weil <sage@newdream.net>
Tue, 16 Mar 2021 12:56:16 +0000 (07:56 -0500)
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 858b55c3acd0380565c7a2f565614d2ac61a3d13)

src/cephadm/cephadm
src/cephadm/tox.ini

index 7b008a9b4c962312b01337aae5f77f401a7fb91b..ef2740f32642c1b217cd2c074606917dd9a435dc 100755 (executable)
@@ -3561,6 +3561,7 @@ def create_mgr(
 
     # wait for the service to become available
     logger.info('Waiting for mgr to start...')
+
     def is_mgr_available():
         # type: () -> bool
         timeout = ctx.timeout if ctx.timeout else 60  # seconds
index 6ec9f7b8c93b060ff64988827adba6b49bc7db26..04931165f3d75ec18c0e3996518ae4e9a62ffbc1 100644 (file)
@@ -5,7 +5,6 @@ skipsdist=true
 [flake8]
 max-line-length = 100
 ignore =
-    E301,
     E302,
     E303,
     E305,