Yaniv Bronhaim has uploaded a new change for review. Change subject: Fix attribute error on sebool is-configure ......................................................................
Fix attribute error on sebool is-configure The indentation was added wrongly in previous patch Change-Id: I02bbb725c32d75ae952f8636bfbb533336d449dc Signed-off-by: Yaniv Bronhaim <[email protected]> --- M lib/vdsm/tool/configurators/sebool.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/96/34596/1 diff --git a/lib/vdsm/tool/configurators/sebool.py b/lib/vdsm/tool/configurators/sebool.py index 4da2eb6..6a6be11 100644 --- a/lib/vdsm/tool/configurators/sebool.py +++ b/lib/vdsm/tool/configurators/sebool.py @@ -78,9 +78,9 @@ sebool_obj = seobject.booleanRecords() sebool_status = sebool_obj.get_all() - for sebool_variable in VDSM_SEBOOL_LIST: - if not all(sebool_status[sebool_variable]): - ret = NO + for sebool_variable in VDSM_SEBOOL_LIST: + if not all(sebool_status[sebool_variable]): + ret = NO return ret -- To view, visit http://gerrit.ovirt.org/34596 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I02bbb725c32d75ae952f8636bfbb533336d449dc Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
