Commit 8864062
committed
bugs: require api_key earlier
The previous location for the check was after it being used in::
d.scan_existing_bugs(options.api_key)
By moving the check before, we can better notify the user about the
missing API key and avoid weird requests failures.
Resolves: #217
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>1 parent 14f5432 commit 8864062
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
767 | 771 | | |
768 | 772 | | |
769 | 773 | | |
| |||
823 | 827 | | |
824 | 828 | | |
825 | 829 | | |
826 | | - | |
827 | | - | |
828 | | - | |
829 | | - | |
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
0 commit comments