Commit Graph

3 Commits (b75ff85e9c8e6be5d311c32ba6e161deb73d2ccf)

Author SHA1 Message Date
Matt Martz 7a61763fba
Don't require requests in hacking/report.py (#45350)
* Don't require requests in hacking/report.py

* move ansible import
7 years ago
Abhijeet Kasurde 36f82ae8cc Replace exit() with sys.exit()
This fix adds replacement for exit() to sys.exit(), as
exit() is not recommended way to exit from the program.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
8 years ago
Matt Clay 1c1527c73f Initial version of source/testing report tool. 9 years ago