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()