mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
cephadm: over-indented (E117)
Signed-off-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
parent
78916a499c
commit
8187eb97c7
@ -1241,7 +1241,7 @@ if sys.version_info < (3, 8):
|
||||
self._threads = {}
|
||||
|
||||
def is_active(self):
|
||||
return True
|
||||
return True
|
||||
|
||||
def close(self):
|
||||
self._join_threads()
|
||||
@ -3196,7 +3196,7 @@ def _pull_image(ctx, image):
|
||||
|
||||
cmd = [ctx.container_path, 'pull', image]
|
||||
if 'podman' in ctx.container_path and os.path.exists('/etc/ceph/podman-auth.json'):
|
||||
cmd.append('--authfile=/etc/ceph/podman-auth.json')
|
||||
cmd.append('--authfile=/etc/ceph/podman-auth.json')
|
||||
cmd_str = ' '.join(cmd)
|
||||
|
||||
for sleep_secs in [1, 4, 25]:
|
||||
|
@ -5,7 +5,6 @@ skipsdist=true
|
||||
[flake8]
|
||||
max-line-length = 100
|
||||
ignore =
|
||||
E117,
|
||||
E121,
|
||||
E122,
|
||||
E123,
|
||||
|
Loading…
Reference in New Issue
Block a user