Download:
child 93:e49adb0b5b0c
parent 91:851d44214ed2
92:4a5befc06310
Anton Shestakov <av6@dwimlabs.net>, Sun, 03 Jul 2016 23:28:39 +0800
incoming: sometimes checker output is totally useless

1 файлов изменено, 3 вставок(+), 0 удалений(-) [+]
incoming.py file | annotate | diff | comparison | revisions
--- 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():