From 5cb6f7375e215b3add182dd33ec1e5e266c6e5ba Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Mon, 26 May 2014 14:52:40 +0530 Subject: [PATCH] Fixing syntax error in base library (cherry picked from commit 2cf16e5147d654216b0948950cd7fca058a5a1f2) --- tools/marvin/marvin/lib/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/lib/base.py b/tools/marvin/marvin/lib/base.py index 53c7a98be42..a95d479f297 100644 --- a/tools/marvin/marvin/lib/base.py +++ b/tools/marvin/marvin/lib/base.py @@ -3893,7 +3893,7 @@ class PrivateGateway: @classmethod def create(cls, apiclient, gateway, ipaddress, netmask, vlan, vpcid, - physicalnetworkid=None, ,aclid=None): + physicalnetworkid=None, aclid=None): """Create private gateway""" cmd = createPrivateGateway.createPrivateGatewayCmd()