From: Haomai Wang Date: Wed, 2 Nov 2016 10:19:13 +0000 (+0800) Subject: pybind/rgw_file: fix unnecessary return value X-Git-Tag: v11.1.0~389^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=31d5e4b9ae1336ba418b94abe8d57f3fa634ac1b;p=ceph.git pybind/rgw_file: fix unnecessary return value Signed-off-by: Haomai Wang --- diff --git a/src/pybind/rgw/rgw_file.pyx b/src/pybind/rgw/rgw_file.pyx index ff13acc637b7..6aaffb9bdedb 100644 --- a/src/pybind/rgw/rgw_file.pyx +++ b/src/pybind/rgw/rgw_file.pyx @@ -343,7 +343,6 @@ cdef class LibRGWFS(object): def __exit__(self, type_, value, traceback): self.shutdown() - return False def __dealloc__(self): self.shutdown()