Skip to content

Commit 8ebd4ca

Browse files
committed
fix message
1 parent 9ca8ba7 commit 8ebd4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client/generate_sbom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def download_report(bd_client, location, filename, retries=args.retries):
7575
logging.error("Ruh-roh, not sure what happened here")
7676
else:
7777
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...")
78+
logging.debug(f"Probably not ready yet, waiting {args.sleep_seconds} seconds then retrying...")
7979
time.sleep(args.sleep_seconds)
8080
retries -= 1
8181
download_report(bd_client, location, filename, retries)

0 commit comments

Comments
 (0)