Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: fix pep8 issue ......................................................................
packaging: setup: fix pep8 issue Change-Id: I2ee8c781325d8a0aa44b27dba1425defa46428ec Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/legacy/config.py 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/40/17340/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/legacy/config.py b/packaging/setup/plugins/ovirt-engine-setup/legacy/config.py index 1576624..f6b3701 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/legacy/config.py +++ b/packaging/setup/plugins/ovirt-engine-setup/legacy/config.py @@ -119,7 +119,9 @@ if os.path.exists(legacy_confd): for n in glob.glob(os.path.join(legacy_confd, '*.conf')): with open(n, 'r') as f: - self.environment[otopicons.CoreEnv.MAIN_TRANSACTION].append( + self.environment[ + otopicons.CoreEnv.MAIN_TRANSACTION + ].append( filetransaction.FileTransaction( name=os.path.join( ( -- To view, visit http://gerrit.ovirt.org/17340 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2ee8c781325d8a0aa44b27dba1425defa46428ec 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
