Merge pull request #117 from openSUSE/coolo_new_openqa
don't return a string where an id is expected
This commit is contained in:
commit
14a8956661
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user