Skip to content

Commit

Permalink
Merge pull request #11973 from ceph/wip-17898-ceph-disk-flake8
Browse files Browse the repository at this point in the history
ceph-disk: fix flake8 errors

Reviewed-by: Dan Mick <dmick@redhat.com>
  • Loading branch information
dmick committed Nov 14, 2016
2 parents 8b3bc58 + 9f3403b commit 238fd2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ceph-disk/ceph_disk/main.py
Expand Up @@ -204,6 +204,7 @@ def is_dmcrypt(ptype, name):
return True
return False


DEFAULT_FS_TYPE = 'xfs'
SYSFS = '/sys'

Expand Down Expand Up @@ -5141,6 +5142,7 @@ def main_catch(func, args):
def run():
main(sys.argv[1:])


if __name__ == '__main__':
main(sys.argv[1:])
warned_about = {}

0 comments on commit 238fd2a

Please sign in to comment.