Don't fail on incorrect statuses in URL test
authorMagnus Hagander <magnus@hagander.net>
Sun, 16 Sep 2018 21:47:52 +0000 (23:47 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 16 Sep 2018 21:47:52 +0000 (23:47 +0200)
commitdf80486b73b1b8543f1a69cfd06a5397f1311590
tree9a993d4ae7d96725aac0357b67e2d84372275847
parent37da576ffa4be185e669e04c1e968ec64013c198
Don't fail on incorrect statuses in URL

The comment said we should ignore the status if int() on it fails, but
to do that we have to fail it before we actually add the WHERE clause.
Thus, reorder the code to do so.
pgcommitfest/commitfest/views.py