Skip to content

Commit 4ef9c6c

Browse files
committed
appease the Hound
1 parent 9d3e5d4 commit 4ef9c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/filetools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def pypi_source_urls(pkg_name):
499499

500500
# strip out data-yanked attributes before parsing HTML
501501
# see https://github.com/easybuilders/easybuild-framework/issues/3301
502-
urls_txt = re.sub('\s*data-yanked', '', urls_txt)
502+
urls_txt = re.sub(r'\s*data-yanked', '', urls_txt)
503503

504504
parsed_html = ElementTree.ElementTree(ElementTree.fromstring(urls_txt))
505505
if hasattr(parsed_html, 'iter'):

0 commit comments

Comments
 (0)