Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: fix typo cause invalid condition at fence removal ......................................................................
packaging: setup: fix typo cause invalid condition at fence removal Change-Id: I252d8520c451e19e6b6bca20b2c91e3dc89657fe Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/system/fence_kdump_listener.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/45/29045/1 diff --git a/packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/system/fence_kdump_listener.py b/packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/system/fence_kdump_listener.py index 267d5ce..e19eac5 100644 --- a/packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/system/fence_kdump_listener.py +++ b/packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/system/fence_kdump_listener.py @@ -48,7 +48,7 @@ ) and not self.environment[ osetupcons.CoreEnv.DEVELOPER_MODE - ], + ] ), ) def _misc(self): -- To view, visit http://gerrit.ovirt.org/29045 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I252d8520c451e19e6b6bca20b2c91e3dc89657fe Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
