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 81d21a6 commit ac46b13Copy full SHA for ac46b13
tests/utils.py
@@ -65,7 +65,7 @@ def _cleanup_binaries(fpath: str) -> None:
65
json_data={"sha_256_hash": bin_id}
66
).json()
67
68
- if not response["success"]:
+ if not response.get("success", False):
69
testlog.error("Failed to get all previous analysis.\n%s", response)
70
else:
71
for binary in response["query_results"]:
0 commit comments