← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~mzibricky/openlp/bug-1160506_2.0 into lp:openlp/2.0

 

Review: Needs Fixing

187	+ url = urlparse.urljoin(base, '/'.join(args))
188	+ print url
189	+ return url

Should be 

return urlparse.urljoin(base, '/'.join(args))
-- 
https://code.launchpad.net/~mzibricky/openlp/bug-1160506_2.0/+merge/157831
Your team OpenLP Core is subscribed to branch lp:openlp/2.0.


References