Merge pull request #117 from openSUSE/coolo_new_openqa

don't return a string where an id is expected
This commit is contained in:
Alberto Planas 2014-03-18 13:52:44 +01:00
commit 14a8956661

View File

@ -582,7 +582,7 @@ class StagingAPI(object):
break break
if not filename: if not filename:
return 'No ISO built in {}'.format(u) return None
try: try:
f = urllib2.urlopen("http://opensuseqa.suse.de/api/v1/jobs") f = urllib2.urlopen("http://opensuseqa.suse.de/api/v1/jobs")