From 208c9585b8c8974180eff77275361f48d3197cf5 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 20 Feb 2023 13:56:11 +0100 Subject: Revert "lib/spack/spack/store.py: Fix #28170 for padding relocation (#33122)" (#35077) This reverts commit c721aab0067e127cd9db6a4eb919747814549b4f. --- lib/spack/spack/store.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50