Skip to content

Commit ad7016d

Browse files
committed
minor fix
1 parent 5cd75d9 commit ad7016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/avail-ext-doc/update_extension_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_extensions():
5050
project_url = exts[0]['metadata']['project_url'].replace('homepage,', '').strip()
5151
print(f"Warning: extension {exts[0]['metadata']['name']} has migrated to pyproject.toml.")
5252
else:
53-
project_url = None
53+
project_url = ''
5454
print(f"Warning: No project_url found for extension {exts[0]['metadata']['name']}")
5555
history_tmp = project_url + '/HISTORY.rst'
5656
history = project_url if str(requests.get(history_tmp).status_code) == '404' else history_tmp

0 commit comments

Comments
 (0)