From: Alfredo Deza Date: Thu, 21 Aug 2014 20:32:49 +0000 (-0400) Subject: space function correctly X-Git-Tag: v1.5.12~5^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=10a2cb72f805c08b19265998a2ef23a3ecd01bf9;p=ceph-deploy.git space function correctly Signed-off-by: Alfredo Deza --- 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)