Some fixes found while testing #7

Closed
rskthomas wants to merge 6 commits from inxi_bugfix into issue_5__vcs_and_inxi
Showing only changes of commit 26df4d9682 - Show all commits

View file

@ -309,7 +309,6 @@ def save_snapshot_in_disk(snapshot, path, snap_uuid):
# url = 'http://127.0.0.1:8000/api/snapshot/'
def send_snapshot_to_devicehub(snapshot, token, url):
url_components = urllib.parse.urlparse(url)
ev_path = "evidence/{}".format(snapshot["uuid"])
components = (url_components.scheme, url_components.netloc, ev_path, '', '', '')
ev_url = urllib.parse.urlunparse(components)