Skip to content

Commit

Permalink
flake8 for releasetests
Browse files Browse the repository at this point in the history
  • Loading branch information
nskaggs committed Dec 6, 2017
1 parent 30758d0 commit 311dab4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions releasetests/agent_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ def main():
})
json_dump(agent_downloads, 'downloads-' + args.output)


if __name__ == '__main__':
sys.exit(main())
1 change: 1 addition & 0 deletions releasetests/deptree.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,6 @@ def main(args=None):
print(output)
return exitcode


if __name__ == '__main__':
sys.exit(main())
1 change: 1 addition & 0 deletions releasetests/make_agent_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,6 @@ def main():
writer = GUIStanzaWriter.from_tarfile(**kwargs)
writer.write_stanzas()


if __name__ == '__main__':
sys.exit(main())
1 change: 1 addition & 0 deletions releasetests/swift_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ def main():
remote_files = get_files(args)
upload_changes(args, remote_files)


if __name__ == '__main__':
main()
2 changes: 1 addition & 1 deletion releasetests/tests/test_sign_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from argparse import Namespace
from contextlib import contextmanager
from os.path import(
from os.path import (
join,
isfile,
)
Expand Down

0 comments on commit 311dab4

Please sign in to comment.