Yaniv Dary has uploaded a new change for review. Change subject: Fixed typo that prevents compilation ......................................................................
Fixed typo that prevents compilation There was a python syntax error that prevented compilation and execution of the module Change-Id: I4b58c696175c12f9a8e6a95f39ca5e63cf1bb622 Signed-off-by: David Caro <[email protected]> (cherry picked from commit 88db624deda0be01e4eaa3deb75b38848b3188f8) --- M packaging/setup/ovirt_engine_setup/dwhconstants.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/86/27086/1 diff --git a/packaging/setup/ovirt_engine_setup/dwhconstants.py b/packaging/setup/ovirt_engine_setup/dwhconstants.py index 741fec6..1a92823 100644 --- a/packaging/setup/ovirt_engine_setup/dwhconstants.py +++ b/packaging/setup/ovirt_engine_setup/dwhconstants.py @@ -218,7 +218,7 @@ @osetupattrs( answerfile=True, ) - def RESTORE_BACKUP_LATE: + def RESTORE_BACKUP_LATE(self): return 'OVESETUP_DWH_DB/restoreBackupLate' -- To view, visit http://gerrit.ovirt.org/27086 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4b58c696175c12f9a8e6a95f39ca5e63cf1bb622 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Yaniv Dary <[email protected]> Gerrit-Reviewer: David Caro <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
