# HG changeset patch # User Anton Shestakov <av6@dwimlabs.net> # Date 1467559719 -28800 # Node ID 4a5befc06310e3eba1f1f982c0fc00add2ebf6b6 # Parent 851d44214ed224faa5a6b7905aef2018f9059b57 incoming: sometimes checker output is totally useless diff -r 851d44214ed2 -r 4a5befc06310 incoming.py --- a/incoming.py Sun Jul 03 23:27:49 2016 +0800 +++ b/incoming.py Sun Jul 03 23:28:39 2016 +0800 @@ -150,6 +150,9 @@ result.append(item) + if not url or not node or not branch: + return + domain, user, name = parse_project_url(url) with database.transaction():