Address lint errors

This commit is contained in:
Konstantinos Tsakalozos
2017-10-25 10:34:20 +03:00
parent 12c76ca747
commit 42702518a1
2 changed files with 2 additions and 2 deletions

View File

@@ -703,7 +703,7 @@ def ceph_storage(ceph_admin):
cmd = ['kubectl', 'apply', '-f', '/tmp/ceph-secret.yaml']
check_call(cmd)
os.remove('/tmp/ceph-secret.yaml')
except:
except: # NOQA
# the enlistment in kubernetes failed, return and prepare for re-exec
return