Skip to content

Commit

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

Reviewed-by: Nathan Cutler <ncutler@suse.cz>
  • Loading branch information
Loic Dachary committed Nov 15, 2016
2 parents 1bd8c04 + 35acd52 commit 6cf2916
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 @@ -170,6 +170,7 @@ def is_dmcrypt(ptype, name):
return True
return False


DEFAULT_FS_TYPE = 'xfs'
SYSFS = '/sys'

Expand Down Expand Up @@ -5008,6 +5009,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 6cf2916

Please sign in to comment.