From: Aditya Srivastava Date: Tue, 24 Mar 2020 07:51:01 +0000 (+0530) Subject: cephfs-shell: Add new line after read_ceph_conf function definiton X-Git-Tag: wip-pdonnell-testing-20200918.022351~1489^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1980a6aca3bcd832a75dc86230744bc50da3b66d;p=ceph-ci.git cephfs-shell: Add new line after read_ceph_conf function definiton This patch fixes following flake8 error: E305 expected 2 blank lines after class or function definition, found 1 Fixes: https://tracker.ceph.com/issues/44657 Signed-off-by: Aditya Srivastava --- diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell index e56ecd4cda8..33fb5bb26eb 100755 --- a/src/tools/cephfs/cephfs-shell +++ b/src/tools/cephfs/cephfs-shell @@ -1528,6 +1528,7 @@ def read_ceph_conf(shell, config_file): perror(e) shell.exit_code = e.get_error_code() + if __name__ == '__main__': config_file = ''