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 f7569bf commit 0c4facdCopy full SHA for 0c4facd
examples/generate_notices_report_for_project_version.py
@@ -31,7 +31,7 @@
31
class FailedReportDownload(Exception):
32
pass
33
34
-DOWNLOAD_ERROR_CODES = ['{report.main.read.unfinished.report}', '{report.main.download.unfinished.report}']
+DOWNLOAD_ERROR_CODES = ['{report.main.read.unfinished.report.contents}', '{report.main.download.unfinished.report}']
35
36
def download_report(location, file_name_base, retries=10):
37
report_id = location.split("/")[-1]
0 commit comments