diff options
Diffstat (limited to 'ipalib/plugins/batch.py')
-rw-r--r-- | ipalib/plugins/batch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/batch.py b/ipalib/plugins/batch.py index 42edba2ad..6a5b383ff 100644 --- a/ipalib/plugins/batch.py +++ b/ipalib/plugins/batch.py @@ -136,6 +136,7 @@ class batch(Command): error=reported_error.strerror, error_code=reported_error.errno, error_name=unicode(type(reported_error).__name__), + error_kw=reported_error.kw, ) results.append(result) return dict(count=len(results) , results=results) |