We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb3fbf commit ea08e93Copy full SHA for ea08e93
lib/spack/spack/patch.py
@@ -291,7 +291,7 @@ def from_dict(dictionary):
291
if not checker.check(patch.path):
292
raise fs.ChecksumError(
293
"sha256 checksum failed for %s" % patch.path,
294
- "Expected %s but got %s" % (sha256, checker.sum),
+ "Expected %s but got %s " % (sha256, checker.sum) +
295
"Patch may have changed since concretization.")
296
return patch
297
else:
0 commit comments