Skip to content

Commit 28fe520

Browse files
Fix indent
1 parent ede543c commit 28fe520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmapi/cmapi_server/managers/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def stop_node(
463463
# undefined behaviour when primary gone and then recovers (failover
464464
# triggered 2 times).
465465
for prog_name in cls._get_sorted_progs(True, reverse=True):
466-
if is_read_only and prog_name == MCSProgs.WRITE_ENGINE_SERVER.value:
466+
if is_read_only and prog_name == MCSProgs.WRITE_ENGINE_SERVER.value:
467467
logging.debug('Node is in read-only mode, not stopping WriteEngine')
468468
continue
469469
if not cls.stop(prog_name, is_primary, use_sudo):

0 commit comments

Comments
 (0)