]> 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)
committerMichael Fritch <mfritch@suse.com>
Wed, 3 Mar 2021 16:33:30 +0000 (09:33 -0700)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/cephadm/cephadm
src/cephadm/tox.ini

index e765400df1343b3603fa9ecebf1b0a35827236a7..10d9081f80ec9a906e29263c2ee6bad1617d059d 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,