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 9d3e5d4 commit 4ef9c6cCopy full SHA for 4ef9c6c
easybuild/tools/filetools.py
@@ -499,7 +499,7 @@ def pypi_source_urls(pkg_name):
499
500
# strip out data-yanked attributes before parsing HTML
501
# see https://github.com/easybuilders/easybuild-framework/issues/3301
502
- urls_txt = re.sub('\s*data-yanked', '', urls_txt)
+ urls_txt = re.sub(r'\s*data-yanked', '', urls_txt)
503
504
parsed_html = ElementTree.ElementTree(ElementTree.fromstring(urls_txt))
505
if hasattr(parsed_html, 'iter'):
0 commit comments