Skip to content

Commit 4f30b16

Browse files
committed
expand text in deprecation warning about checksum verification of git repos
1 parent fbbb632 commit 4f30b16

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
@@ -375,7 +375,7 @@ def get_checksum_for(self, checksums, filename=None, index=None):
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(
378-
"Reproducible tarballs of git repos are only supported in Python 3.9+. "
378+
"Reproducible tarballs of Git repos are only possible when using Python 3.9+ to run EasyBuild. "
379379
f"Checksum of {chksum_input} cannot be verified.",
380380
'6.0'
381381
)

0 commit comments

Comments
 (0)