Fix some pep8 failed

1. expected 2 blank lines after class or function definition, found 1
2. E117 over-indented

Change-Id: I7ef1a0ffbf200850f350ae6df5fed3ded9b20f90
This commit is contained in:
jacky06 2020-04-06 10:33:04 +08:00
parent 3f9b0679ab
commit f87b3fbbb8
4 changed files with 18 additions and 16 deletions

View File

@ -237,5 +237,6 @@ def main():
else: else:
raise Exception('Invalid command %s' % command) raise Exception('Invalid command %s' % command)
if __name__ == '__main__': if __name__ == '__main__':
main() main()

View File

@ -112,5 +112,6 @@ def main():
print('Log collection complete. Logs are at %s' % tar_path) print('Log collection complete. Logs are at %s' % tar_path)
if __name__ == '__main__': if __name__ == '__main__':
main() main()