Merge "Fix "wrap functions with 2 blank lines" pep8 check"
This commit is contained in:
commit
a1ed8a6b29
@ -136,5 +136,6 @@ def main():
|
||||
finally:
|
||||
os.chdir(cur_dir)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
@ -69,5 +69,6 @@ def main(argv):
|
||||
install.install_dependencies()
|
||||
print_help()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main(sys.argv)
|
||||
|
Loading…
x
Reference in New Issue
Block a user