mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-01 00:21:59 +03:00
Blacklist vshRunConsole from python
This commit is contained in:
@ -274,7 +274,8 @@ def skip_function(name):
|
||||
return 1
|
||||
if name == "virDomainFree":
|
||||
return 1
|
||||
|
||||
if name == "vshRunConsole":
|
||||
return 1
|
||||
return 0
|
||||
|
||||
def print_function_wrapper(name, output, export, include):
|
||||
|
Reference in New Issue
Block a user