Derek Higgins 59e766b3fd Fix use of urlparse.urljoin
This method only joins the first two parameters, the 3rd parameter
is a bool "allow_fragments". Passing in "object_name" as the third
param resulted in it getting lost. Use os.path.join instead.

Change-Id: I49506b2671465bf43ae346225919d4a0e6767b20
2019-12-12 20:51:56 +00:00
..