]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
space function correctly
authorAlfredo Deza <alfredo.deza@inktank.com>
Thu, 21 Aug 2014 20:32:49 +0000 (16:32 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Thu, 21 Aug 2014 20:32:49 +0000 (16:32 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/hosts/remotes.py

index a73789d575ec07b807454e92b866f1a054a63666..d0df06d3665933cef734d8b2650123a877663aa1 100644 (file)
@@ -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)