We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19508bc commit c1de513Copy full SHA for c1de513
analyzers/AnyRun/anyrun_analyzer.py
@@ -119,7 +119,7 @@ def run(self):
119
if status_code == 200:
120
task_id = response.json()["data"]["taskid"]
121
elif status_code == 201:
122
- task_id = response.json()["taskid"]
+ task_id = response.json()["data"]["taskid"]
123
elif status_code == 429:
124
# it not support parallel runs, so we wait and resubmit later
125
time.sleep(60)
0 commit comments