David Caro 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 <dcaro...@redhat.com> --- 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/66/27066/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/27066 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4b58c696175c12f9a8e6a95f39ca5e63cf1bb622 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: David Caro <dcaro...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches