We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1ed20 commit 9ae51f3Copy full SHA for 9ae51f3
src/taskgraph/util/taskcluster.py
@@ -231,7 +231,7 @@ def pagination_handler(response):
231
def get_artifact_from_index(index_path, artifact_path):
232
index = get_taskcluster_client("index")
233
response = index.findArtifactFromTask(index_path, artifact_path)
234
- return _handle_artifact(index_path, response)
+ return _handle_artifact(artifact_path, response)
235
236
237
def list_tasks(index_path):
0 commit comments