Revert "lib/spack/spack/store.py: Fix #28170 for padding relocation (#33122)" (#35077)

This reverts commit c721aab006.
This commit is contained in:
Harmen Stoppels 2023-02-20 13:56:11 +01:00 committed by GitHub
parent 1ae4ca611e
commit 208c9585b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,6 @@ def parse_install_tree(config_dict):
msg = "Cannot pad %s to %s characters." % (root, padded_length)
msg += " It is already %s characters long" % len(root)
tty.warn(msg)
root = root.rstrip(os.path.sep)
else:
root = unpadded_root