Lint: F821 undefined name 'template'

This commit is contained in:
Joshua Boniface 2020-11-07 13:30:32 -05:00
parent 51de6e57d6
commit 85d3188eb9
1 changed files with 1 additions and 1 deletions

View File

@ -4788,7 +4788,7 @@ class API_Provisioner_Template_Network_Net_Root(Resource):
{'name': 'vni', 'required': True, 'helpmsg': "A valid VNI must be specified."}
])
@Authenticator
def post(self, reqargs):
def post(self, template, reqargs):
"""
Create a new network in network template {template}
---