Skip to content

Commit 0c4facd

Browse files
author
Glenn Snyder
committed
fixing error code
1 parent f7569bf commit 0c4facd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/generate_notices_report_for_project_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
class FailedReportDownload(Exception):
3232
pass
3333

34-
DOWNLOAD_ERROR_CODES = ['{report.main.read.unfinished.report}', '{report.main.download.unfinished.report}']
34+
DOWNLOAD_ERROR_CODES = ['{report.main.read.unfinished.report.contents}', '{report.main.download.unfinished.report}']
3535

3636
def download_report(location, file_name_base, retries=10):
3737
report_id = location.split("/")[-1]

0 commit comments

Comments
 (0)