Lint: E111 indentation is not a multiple of four

This commit is contained in:
2020-11-06 19:26:22 -05:00
parent 2d8f684fc8
commit fb4aafcea9
4 changed files with 7 additions and 7 deletions

View File

@ -219,9 +219,9 @@ def remove_osd(zk_conn, logger, osd_id, osd_obj):
osd_string = osd
num_pgs = osd_string['num_pgs']
if num_pgs > 0:
time.sleep(5)
time.sleep(5)
else:
raise
raise
except Exception:
break