Alon Bar-Lev has uploaded a new change for review. Change subject: novnc: pep8 fixup ......................................................................
novnc: pep8 fixup Change-Id: Ieedc8fd572b5dada67f17606d9870d447498f115 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/services/ovirt-websocket-proxy.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/74/15374/1 diff --git a/packaging/services/ovirt-websocket-proxy.py b/packaging/services/ovirt-websocket-proxy.py index 4cc4f1c..4ff7982 100755 --- a/packaging/services/ovirt-websocket-proxy.py +++ b/packaging/services/ovirt-websocket-proxy.py @@ -158,7 +158,7 @@ def daemonContext(self): record = self._config.get('LOG_FILE') if record == 'False': - record = False # translate to boolean + record = False # translate to boolean # # WORKAROUND-BEGIN -- To view, visit http://gerrit.ovirt.org/15374 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieedc8fd572b5dada67f17606d9870d447498f115 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
