Fix spack checksum output indentation (#1826)
This commit is contained in:

committed by
Todd Gamblin

parent
64c3b11478
commit
f1f301ad3b
@@ -113,6 +113,6 @@ def checksum(parser, args):
|
|||||||
tty.die("Could not fetch any versions for %s" % pkg.name)
|
tty.die("Could not fetch any versions for %s" % pkg.name)
|
||||||
|
|
||||||
version_lines = [
|
version_lines = [
|
||||||
" version('%s', '%s')" % (v, h) for v, h in version_hashes
|
" version('%s', '%s')" % (v, h) for v, h in version_hashes
|
||||||
]
|
]
|
||||||
tty.msg("Checksummed new versions of %s:" % pkg.name, *version_lines)
|
tty.msg("Checksummed new versions of %s:" % pkg.name, *version_lines)
|
||||||
|
Reference in New Issue
Block a user