mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix two comments related to error handling
Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
committed by
Peter Krempa
parent
1afcfbdda0
commit
0a71c79a34
@@ -79,7 +79,7 @@ class libvirtError(Exception):
|
||||
# register the libvirt global error handler
|
||||
#
|
||||
def registerErrorHandler(f, ctx):
|
||||
"""Register a Python written function to for error reporting.
|
||||
"""Register a Python function for error reporting.
|
||||
The function is called back as f(ctx, error), with error
|
||||
being a list of information about the error being raised.
|
||||
Returns 1 in case of success."""
|
||||
|
||||
Reference in New Issue
Block a user