Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint (flake8) top-level python files | Bryan Newbold | 2020-07-01 | 1 | -1/+3 |
| | |||||
* | add missing sentry/raven tags | Bryan Newbold | 2020-01-10 | 1 | -0/+6 |
| | | | | | | Good to have exceptions tracked and stored even for commands run from the command line. But in particular the importer runs as a kafka worker and should be tracking excpetions. | ||||
* | improve argparse usage | Bryan Newbold | 2019-12-11 | 1 | -4/+6 |
| | | | | | | | | | | | | | | Use --fatcat-api-url instead of (ambiguous) --host-url for commands that aren't deployed/running via systemd. TODO: update the other --host-url usage, and either roll-out change consistently or support the old arg as an alias during cut-over Use argparse.ArgumentDefaultsHelpFormatter (thanks Martin!) Add help messages for all sub-commands, both as documentation and as a way to get argparse to print available commands in a more readable format. | ||||
* | new cleanup python tool/framework | Bryan Newbold | 2019-10-08 | 1 | -0/+59 |