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 9ca8ba7 commit 8ebd4caCopy full SHA for 8ebd4ca
examples/client/generate_sbom.py
@@ -75,7 +75,7 @@ def download_report(bd_client, location, filename, retries=args.retries):
75
logging.error("Ruh-roh, not sure what happened here")
76
else:
77
logging.debug(f"Failed to retrieve report {report_id}, report status: {report_status}")
78
- logging.debug(f"Probably not ready yet, waiting {sleep_seconds} seconds then retrying...")
+ logging.debug(f"Probably not ready yet, waiting {args.sleep_seconds} seconds then retrying...")
79
time.sleep(args.sleep_seconds)
80
retries -= 1
81
download_report(bd_client, location, filename, retries)
0 commit comments