Merge "pep8 fix"

This commit is contained in:
Zuul 2019-11-18 22:14:19 +00:00 committed by Gerrit Code Review
commit bd5245d3a1

View File

@ -363,5 +363,6 @@ def main():
resp = {'stderr': exp}
module.fail_json(msg='Failed Process', **resp)
if __name__ == '__main__':
main()