From 2cf16e5147d654216b0948950cd7fca058a5a1f2 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 --- 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 83233dd86d6..c975c37a39e 100644 --- a/tools/marvin/marvin/lib/base.py +++ b/tools/marvin/marvin/lib/base.py @@ -3889,7 +3889,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()