search for: c9a7beb

Displaying 1 result from an estimated 1 matches for "c9a7beb".

2020 Sep 18
1
[libnbd PATCH] nbdsh: Hide nbd.Error from abrt-python3-handler
...of handling it ourselves? python/nbdsh.py | 18 ++++++++++++------ sh/Makefile.am | 4 +++- sh/test-error.sh | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 7 deletions(-) create mode 100755 sh/test-error.sh diff --git a/python/nbdsh.py b/python/nbdsh.py index c9a7beb..93d4998 100644 --- a/python/nbdsh.py +++ b/python/nbdsh.py @@ -1,5 +1,5 @@ # NBD client library in userspace -# Copyright (C) 2013-2019 Red Hat Inc. +# Copyright (C) 2013-2020 Red Hat Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU...