Alon Bar-Lev has uploaded a new change for review. Change subject: network: firewalld: fix pep8 issues ......................................................................
network: firewalld: fix pep8 issues Change-Id: I152f759ff616c965b6897b7d56e6a16b1dc9c02c Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M src/plugins/otopi/network/firewalld.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/27/18527/1 diff --git a/src/plugins/otopi/network/firewalld.py b/src/plugins/otopi/network/firewalld.py index 648db56..b44cbab 100644 --- a/src/plugins/otopi/network/firewalld.py +++ b/src/plugins/otopi/network/firewalld.py @@ -63,7 +63,7 @@ ) in self._parent._disabled_zones_services.items(): for service in services: rc, stdout, stderr = self._parent.execute( - args = ( + args=( self._parent.command.get('firewall-cmd'), '--zone', zone, '--permanent', -- To view, visit http://gerrit.ovirt.org/18527 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I152f759ff616c965b6897b7d56e6a16b1dc9c02c Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches