Skip to content

Commit ff537c2

Browse files
author
Glenn Snyder
authored
Merge pull request #131 from blackducksoftware/my-new-branch
adding some debug
2 parents d5f8478 + 8b0004c commit ff537c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/wait_for_scan_results.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def wait_for_scan_completion(self):
8989
logging.info(f"Waiting for {len(scan_locations)} code locations. Sleeping for {self.check_delay} seconds before checking again. {remaining_checks} remaining")
9090
time.sleep(self.check_delay)
9191

92+
logging.debug("We timed out, exiting")
9293

9394
return ScanMonitor.TIMED_OUT
9495

0 commit comments

Comments
 (0)