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 5cd75d9 commit ad7016dCopy full SHA for ad7016d
scripts/ci/avail-ext-doc/update_extension_list.py
@@ -50,7 +50,7 @@ def get_extensions():
50
project_url = exts[0]['metadata']['project_url'].replace('homepage,', '').strip()
51
print(f"Warning: extension {exts[0]['metadata']['name']} has migrated to pyproject.toml.")
52
else:
53
- project_url = None
+ project_url = ''
54
print(f"Warning: No project_url found for extension {exts[0]['metadata']['name']}")
55
history_tmp = project_url + '/HISTORY.rst'
56
history = project_url if str(requests.get(history_tmp).status_code) == '404' else history_tmp
0 commit comments