mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-30 23:41:52 +03:00
Fix syntax error with missing ; and too many )
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@ -10032,7 +10032,7 @@ libvirt_virNetworkPortGetParameters(PyObject *self ATTRIBUTE_UNUSED,
|
||||
if (rc < 0)
|
||||
return VIR_PY_NONE;
|
||||
|
||||
dict = getPyVirTypedParameter(params, nparams)))
|
||||
dict = getPyVirTypedParameter(params, nparams);
|
||||
|
||||
virTypedParamsFree(params, nparams);
|
||||
return dict;
|
||||
|
Reference in New Issue
Block a user