Add missing continue
authorMagnus Hagander <magnus@hagander.net>
Mon, 19 Jan 2015 20:49:39 +0000 (21:49 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 19 Jan 2015 20:49:39 +0000 (21:49 +0100)
tools/commitfest/check_patches_in_archives.py

index 3cbcd5a6f4166df09f5cdaf608f78aa127bd9850..2429e27a7390657638e4904c980ddf0a46b2d0ff 100755 (executable)
@@ -45,6 +45,7 @@ if __name__ == "__main__":
                resp = h.getresponse()
                if resp.status != 200:
                        print "Failed to get %s: %s" % (url, resp.status)
+                       continue
 
                contents = resp.read()
                resp.close()