Alon Bar-Lev has uploaded a new change for review. Change subject: core: fix typo in environment exec dir ......................................................................
core: fix typo in environment exec dir Change-Id: I5e9f239f9b84efe59e1da5c315ef399e08c6ec8a Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/otopi/constants.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/07/15107/1 diff --git a/src/otopi/constants.py b/src/otopi/constants.py index 13a06c4..abaa0b2 100644 --- a/src/otopi/constants.py +++ b/src/otopi/constants.py @@ -87,7 +87,7 @@ LOG_FILE = 'OTOPI_LOGFILE' LOG_DIR = 'OTOPI_LOGDIR' CONFIG = 'OTOPI_CONFIG' - EXEC_DIR = '_OTOPI_EXECDIR' + EXEC_DIR = 'OTOPI_EXECDIR' @util.export -- To view, visit http://gerrit.ovirt.org/15107 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5e9f239f9b84efe59e1da5c315ef399e08c6ec8a Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
