]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orch: fix python indent level
authorNoah Watkins <noahwatkins@gmail.com>
Fri, 1 Feb 2019 18:44:03 +0000 (10:44 -0800)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 7 Feb 2019 09:52:06 +0000 (10:52 +0100)
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/pybind/mgr/orchestrator_cli/module.py

index 7ae4a6138d74925fd93b1fc4dacc63e752563c7c..eed1abbe26c878fca15dde66361ce0c6b4b6bbd8 100644 (file)
@@ -196,7 +196,7 @@ Usage:
         try:
             drive_group.validate(all_hosts)
         except orchestrator.DriveGroupValidationError as e:
-                return HandleCommandResult(-errno.EINVAL, stderr=str(e))
+            return HandleCommandResult(-errno.EINVAL, stderr=str(e))
 
         completion = self.create_osds(drive_group, all_hosts)
         self._orchestrator_wait([completion])