From: Loic Dachary Date: Sat, 2 May 2015 15:03:33 +0000 (+0200) Subject: ceph-disk: pep8 conformance X-Git-Tag: v9.0.2~221^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9b6e1cdadb0d188e1144e84f3777bfc530a6573e;p=ceph.git ceph-disk: pep8 conformance And remove misleading comment. Signed-off-by: Loic Dachary --- diff --git a/src/ceph-disk b/src/ceph-disk index 1b29c8e977b5..92a649c0e27b 100755 --- a/src/ceph-disk +++ b/src/ceph-disk @@ -1860,9 +1860,8 @@ def start_daemon( path = (STATEDIR + '/osd/{cluster}-{osd_id}').format( cluster=cluster, osd_id=osd_id) - # upstart? try: - if os.path.exists(os.path.join(path,'upstart')): + if os.path.exists(os.path.join(path, 'upstart')): command_check_call( [ '/sbin/initctl',