Skip to content

Commit fb75353

Browse files
committed
replace issue tag with full URL
1 parent 85c96a1 commit fb75353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def get_checksum_for(self, checksums, filename=None, index=None):
371371
return None
372372

373373
if sys.version_info[0] >= 3 and sys.version_info[1] < 9:
374-
# ignore any checksum for given filename due to changes in python/cpython#90021
374+
# ignore any checksum for given filename due to changes in https://github.com/python/cpython/issues/90021
375375
# checksums of tarballs made by EB of git repos cannot be reliably checked prior to Python 3.9
376376
if chksum_input_git is not None:
377377
self.log.deprecated(

0 commit comments

Comments
 (0)