On line 45 of resultsdb_api.py, there is a line in create_job: url = "%s/jobs"
resultsdb_api.py
create_job
When that method is run, it generates a traceback ending in requests.exceptions.MissingSchema: Invalid URL u'%s/jobs': No schema supplied. Perhaps you meant http://%s/jobs?
Fix the string manipulation to insert the base resultsdb url.
Closed by commit rRSAPIe6a0ad5e33b3.
I realize that I didn't do a review for this but it's such an obvious and trivial fix that a review seems like incredible overkill