summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-02-20 13:56:11 +0100
committerGitHub <noreply@github.com>2023-02-20 13:56:11 +0100
commit208c9585b8c8974180eff77275361f48d3197cf5 (patch)
tree0310df631cff275306a56405c4dd36892ea23fc0 /lib
parent1ae4ca611ebdc1c3fb8dba4ee4505814bd79a908 (diff)
downloadspack-208c9585b8c8974180eff77275361f48d3197cf5.tar.gz
spack-208c9585b8c8974180eff77275361f48d3197cf5.tar.bz2
spack-208c9585b8c8974180eff77275361f48d3197cf5.tar.xz
spack-208c9585b8c8974180eff77275361f48d3197cf5.zip
Revert "lib/spack/spack/store.py: Fix #28170 for padding relocation (#33122)" (#35077)
This reverts commit c721aab0067e127cd9db6a4eb919747814549b4f.
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/store.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/store.py b/lib/spack/spack/store.py
index 30002cf8ef..b588b76968 100644
--- a/lib/spack/spack/store.py
+++ b/lib/spack/spack/store.py
@@ -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