Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit fd0d3b1

Browse files
JohanLorenzopocmo
authored andcommitted
Fix taskcluster 5.0.0 API breakage
1 parent 18804fe commit fd0d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/taskcluster/release/convert_group_and_artifact_ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def convert_xml_element(element, conversion_dict):
197197

198198

199199
async def async_main(session, task_id):
200-
asyncQueue = taskcluster.aio.Queue(session=session)
200+
asyncQueue = taskcluster.aio.Queue(options={'rootUrl':'https://taskcluster.net'}, session=session)
201201
task_definition = await asyncQueue.task(task_id)
202202
upstream_zip_definitions = task_definition['payload']['upstreamZip']
203203

0 commit comments

Comments
 (0)