From 10a2cb72f805c08b19265998a2ef23a3ecd01bf9 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 21 Aug 2014 16:32:49 -0400 Subject: [PATCH] space function correctly Signed-off-by: Alfredo Deza --- ceph_deploy/hosts/remotes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph_deploy/hosts/remotes.py b/ceph_deploy/hosts/remotes.py index a73789d..d0df06d 100644 --- a/ceph_deploy/hosts/remotes.py +++ b/ceph_deploy/hosts/remotes.py @@ -159,6 +159,7 @@ def readline(path): with open(path) as _file: return _file.readline().strip('\n') + def path_exists(path): return os.path.exists(path) -- 2.47.3